menu
tenon_cli package
documentation
core.dart
ByteDataWriter
writeUint8 method
writeUint8 method
dark_mode
light_mode
writeUint8
method
void
writeUint8
(
int
value
)
Implementation
void writeUint8(int value) { _init(1); _data.setUint8(_offset, value); _offset++; }
tenon_cli package
documentation
core
ByteDataWriter
writeUint8 method
ByteDataWriter class