readUint24 method

int readUint24()

Reads a Uint24 from the buffer.

Implementation

int readUint24() => readUint8() + 0x100 * readUint16();