menu
hop_topic package
documentation
lib/src/protocol.dart
TypeDecoder
readInt32 method
readInt32 method
dark_mode
light_mode
readInt32
method
int
readInt32
(
)
Implementation
int readInt32() { int val = _buffer.getInt32(_offset, endianess); _offset += 4; return val; }
hop_topic package
documentation
lib/src/protocol
TypeDecoder
readInt32 method
TypeDecoder class