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.

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

_nGpr

unsigned char[464]

GPR monitoring packet data
(Defined by IE_MONITORING_PACKET_TOTAL_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;