MODBUS_DATA_LIST
This structure defines a collection of Modbus configuration entries, each represented by a MODBUS_DATA structure. It is typically used when multiple Modbus devices or registers must be configured at once.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Number of Modbus data |
|
2 |
|
MODBUS_DATA |
Refer to the Definition of Struct |
Total size : 11,202 bytes
Defined in: DRFS.h
typedef struct _MODBUS_DATA_LIST
{
/* Number of Modbus configurations */
unsigned short _nCount;
/* Array of Modbus data entries */
MODBUS_DATA _tRegister[MAX_MODBUS_TOTAL_REGISTERS];
} MODBUS_DATA_LIST, *LPMODBUS_DATA_LIST;