ST_GENIbusReplyDataEntry

Contents of an element of a response APDU: value and information.

TYPE ST_GENIbusReplyDataEntry :
STRUCT
  byValue      : BYTE;
  byInfoHead   : BYTE;
  byUnitIndex  : BYTE;
  byZeroH      : BYTE;
  byRangeZeroL : BYTE;
END_STRUCT
END_TYPE

byValue: Raw value.

byInfoHead: Information head containing among other things the scaling information.

byUnitIndex: Sign and unit code.

byZeroH: Zero point in the case of normal range and zero-point scaling OR high-byte zero point in the case of extended scaling.

byRangeZeroL: Range in the case of normal range and zero-point scaling OR low-byte zero point in the case of extended scaling.