pack method

  1. @override
void pack(
  1. IsoComponent<Object> component,
  2. IsoBuffer buffer
)
override

Implementation

@override
void pack(IsoComponent<Object> component, IsoBuffer buffer) => buffer.putBytes(IsoUtil.hexString(IsoUtil.bitSet2byte(component.value! as IsoBitSet, length)).codeUnits);