You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
IETHERNET_SLAVE_DATA_EX
This is a structure information to define extended Industrial Ethernet (IE) slave data attributes. It specifies the GPR (General Purpose Register) data type, address, and the direction of data flow (input/output).
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
0 / 1 / 2 |
GPR data type |
1 |
|
|
GPR register address |
|
2 |
|
|
0 / 1 |
Data direction |
Total size: 3 bytes
Defined in: DRFS.h
typedef struct _IETHERNET_SLAVE_DATA_EX
{
unsigned char _iGprType;
unsigned char _iGprAddr;
unsigned char _iInOut;
} IETHERNET_SLAVE_DATA_EX, *LPIETHERNET_SLAVE_DATA_EX;