MONITORING_IE_GPR
This is a structure information to store Industrial Ethernet (IE) General Purpose Register (GPR) monitoring data. It contains a raw byte array representing the total GPR packet data received from the industrial Ethernet interface.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
GPR monitoring packet data |
Total size: 464 bytes
Defined in: DRFS.h
typedef struct _MONITORING_IE_GPR
{
/* IE_MONITORING_PACKET_TOTAL_DATA */
unsigned char _nGpr[464];
} MONITORING_IE_GPR;