Struct opcua_types::ApplicationDescription [] [src]

pub struct ApplicationDescription {
    pub application_uri: UAString,
    pub product_uri: UAString,
    pub application_name: LocalizedText,
    pub application_type: ApplicationType,
    pub gateway_server_uri: UAString,
    pub discovery_profile_uri: UAString,
    pub discovery_urls: Option<Vec<UAString>>,
}

Describes an application and how to find it.

Fields

Trait Implementations

impl Debug for ApplicationDescription
[src]

Formats the value using the given formatter.

impl Clone for ApplicationDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ApplicationDescription
[src]

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

This method tests for !=.

impl MessageInfo for ApplicationDescription
[src]

The object id associated with the message

Returns a node id equivalent to the message object id

impl BinaryEncoder<ApplicationDescription> for ApplicationDescription
[src]

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

Encodes the instance to the write stream.

Decodes an instance from the read stream.