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

type Int32 = i32;

An integer value between −2 147 483 648 and 2 147 483 647. Data type ID 6

Trait Implementations

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