Enum opcua_types::supported_message::SupportedMessage [] [src]

pub enum SupportedMessage {
    Invalid(ObjectId),
    ServiceFault(ServiceFault),
    OpenSecureChannelRequest(OpenSecureChannelRequest),
    OpenSecureChannelResponse(OpenSecureChannelResponse),
    CloseSecureChannelRequest(CloseSecureChannelRequest),
    CloseSecureChannelResponse(CloseSecureChannelResponse),
    GetEndpointsRequest(GetEndpointsRequest),
    GetEndpointsResponse(GetEndpointsResponse),
    FindServersRequest(FindServersRequest),
    FindServersResponse(FindServersResponse),
    CreateSessionRequest(CreateSessionRequest),
    CreateSessionResponse(CreateSessionResponse),
    CloseSessionRequest(CloseSessionRequest),
    CloseSessionResponse(CloseSessionResponse),
    ActivateSessionRequest(ActivateSessionRequest),
    ActivateSessionResponse(ActivateSessionResponse),
    CreateMonitoredItemsRequest(CreateMonitoredItemsRequest),
    CreateMonitoredItemsResponse(CreateMonitoredItemsResponse),
    ModifyMonitoredItemsRequest(ModifyMonitoredItemsRequest),
    ModifyMonitoredItemsResponse(ModifyMonitoredItemsResponse),
    DeleteMonitoredItemsRequest(DeleteMonitoredItemsRequest),
    DeleteMonitoredItemsResponse(DeleteMonitoredItemsResponse),
    CreateSubscriptionRequest(CreateSubscriptionRequest),
    CreateSubscriptionResponse(CreateSubscriptionResponse),
    ModifySubscriptionRequest(ModifySubscriptionRequest),
    ModifySubscriptionResponse(ModifySubscriptionResponse),
    DeleteSubscriptionsRequest(DeleteSubscriptionsRequest),
    DeleteSubscriptionsResponse(DeleteSubscriptionsResponse),
    SetPublishingModeRequest(SetPublishingModeRequest),
    SetPublishingModeResponse(SetPublishingModeResponse),
    BrowseRequest(BrowseRequest),
    BrowseResponse(BrowseResponse),
    BrowseNextRequest(BrowseNextRequest),
    BrowseNextResponse(BrowseNextResponse),
    PublishRequest(PublishRequest),
    PublishResponse(PublishResponse),
    RepublishRequest(RepublishRequest),
    RepublishResponse(RepublishResponse),
    TranslateBrowsePathsToNodeIdsRequest(TranslateBrowsePathsToNodeIdsRequest),
    TranslateBrowsePathsToNodeIdsResponse(TranslateBrowsePathsToNodeIdsResponse),
    ReadRequest(ReadRequest),
    ReadResponse(ReadResponse),
    WriteRequest(WriteRequest),
    WriteResponse(WriteResponse),
}

Variants

An invalid request / response of some form

Other messages

Methods

impl SupportedMessage
[src]

[src]

impl SupportedMessage
[src]

[src]

Trait Implementations

impl Debug for SupportedMessage
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SupportedMessage
[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 Clone for SupportedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BinaryEncoder<SupportedMessage> for SupportedMessage
[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.