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