Type Definition opcua_types::basic_types::UInt16 [] [src]

type UInt16 = u16;

An integer value between 0 and 65 535. Data type ID 5

Trait Implementations

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