menu
idena_lib_dart package
documentation
pubdev/dartssh/serializable.dart
SerializableInput
getUint16 method
getUint16 method
dark_mode
light_mode
getUint16
method
int
getUint16
(
)
Implementation
int getUint16() { offset += 2; return data.getUint16(offset - 2, endian); }
idena_lib_dart package
documentation
pubdev/dartssh/serializable
SerializableInput
getUint16 method
SerializableInput class