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