Reads a value of type RInt16 at given address + byteOffset.
address + byteOffset
@override int readInt16([int byteOffset = 0]) => ptr.readInt16(byteOffset);