ST_GENIbusRequestClassEntry

Command or query structure containing the data of a request APDU for processing within the library.

TYPE ST_GENIbusRequestClassEntry :
STRUCT
  byClass      : BYTE;
  eOS          : E_GENIbusOS;
  byEntryCount : BYTE;
  arrEntry     : ARRAY[0..GENIBUS_MAX_APDU_LENGTH] OF ST_GENIbusRequestDataEntry;
END_STRUCT
END_TYPE

byClass: Data class.

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

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

arrEntry: Field with addresses of the data points (ID codes) and, if applicable, the values to be written.