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