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

type UInt64 = u64;

An integer value between 0 and 18 446 744 073 709 551 615. Data type ID 9

Trait Implementations

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