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