addUint16 method

void addUint16(
  1. int x
)

Implementation

void addUint16(int x) {
  data.setUint16(offset, x, endian);
  offset += 2;
}