ST_GENIbusReplyClassEntry

Response structure containing the data of a response APDU for processing within the library.

TYPE ST_GENIbusReplyClassEntry :
STRUCT
  byClass      : BYTE;
  eACK         : E_GENIbusACK;
  eOS          : E_GENIbusOS;
  iEntryCount  : INT;
  arrEntry     : ARRAY[0..GENIBUS_MAX_APDU_LENGTH] OF ST_GENIbusReplyDataEntry;
  sASCIIString : STRING(64);
END_STRUCT
END_TYPE

byClass: Data class.

eACK: Acknowledge-code of the GENIbus device.

eOS: Operation display (GET/SET/INFO).

iEntryCount: Number of data points (ID codes) used within the APDU.

arrEntry: Contents of the data points (ID codes).

sASCIIString: String evaluation for data class 7.