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
Name | Type | Description |
---|---|---|
byClass | BYTE | Data class |
eACK | Acknowledgement of the GENIbus device. | |
eOS | Operation display (GET/SET/INFO). | |
iEntryCount | INT | Number of data points (ID codes) used within the APDU. |
arrEntry | ARRAY OF ST_GENIbusReplyDataEntry | Contents of the data points (ID codes). |
sASCIIString | STRING | String evaluation for data class 7. |
Requirements
Development environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_GENIbus from v3.3.0.0 |