Struct opcua_types::service_types::CreateSessionResponse [] [src]

pub struct CreateSessionResponse {
    pub response_header: ResponseHeader,
    pub session_id: NodeId,
    pub authentication_token: NodeId,
    pub revised_session_timeout: Double,
    pub server_nonce: ByteString,
    pub server_certificate: ByteString,
    pub server_endpoints: Option<Vec<EndpointDescription>>,
    pub server_software_certificates: Option<Vec<SignedSoftwareCertificate>>,
    pub server_signature: SignatureData,
    pub max_request_message_size: UInt32,
}

Creates a new session with the server.

Fields

Trait Implementations

impl Debug for CreateSessionResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateSessionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CreateSessionResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl MessageInfo for CreateSessionResponse
[src]

[src]

The object id associated with the message

impl BinaryEncoder<CreateSessionResponse> for CreateSessionResponse
[src]

[src]

Returns the byte length of the structure. This calculation should be exact and as efficient as possible. Read more

[src]

Encodes the instance to the write stream.

[src]

Decodes an instance from the read stream.