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

type SByte = i8;

An integer value between −128 and 127. Data type ID 2

Trait Implementations

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