menu
wukongimfluttersdk package
documentation
proto/write_read.dart
ReadData
readUint16 method
readUint16 method
dark_mode
light_mode
readUint16
method
int
readUint16
(
)
Implementation
int readUint16() { var v = _byteData!.getUint16(offset); offset += 2; return v; }
wukongimfluttersdk package
documentation
proto/write_read
ReadData
readUint16 method
ReadData class