s16 static method
IntegerLayout (little-endian signed int layouts) spanning two bytes.
Implementation
static IntegerLayout s16([String? property]) =>
IntegerLayout(2, property: property, sign: true);
IntegerLayout (little-endian signed int layouts) spanning two bytes.
static IntegerLayout s16([String? property]) =>
IntegerLayout(2, property: property, sign: true);