ST_GENIbusResponseTableItem

Individual element in the response buffer.

TYPE ST_GENIbusResponseTableItem :
STRUCT
  byAddr           : BYTE;
  byLength         : BYTE;
  eSD              : E_GENIbusSD;
  arrAPDUs         : ARRAY[1..GENIBUS_MAX_APDU_NUMBER] OF ST_GENIbusReplyClassEntry;
  byRFS            : BYTE;
  udiMessageHandle : UDINT;
  udiErrorId       : UDINT;
END_STRUCT
END_TYPE

byAddr: Device destination address.

eAddrType: Single, multiple, or collective command.

eSD: Start delimiter of the telegram.

arrAPDUs: Collection of the APDUs (Application Program Data Units) to be transmitted.

byRFS: Not yet used: "Request from Slave".

udiMessageHandle: Pointer to the current buffer element.

udiErrorId: If an error has occurred in the FB_GENIbusCommunication() function block, the corresponding error code will be saved here for further evaluation.