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.

READ_FLANGE_SERIAL

This is a structure information to check whether data that can be received exists in the buffer when using Flange Serial is composed of the following fields.

BYTE#

Field Name

Data Type

Value

Remarks

0

_bRecvFlag

unsigned char

0~1

Data flag
(0: Non-receive, 1: Received)

Total size: 1 byte

Defined in: DRFS.h

typedef struct _READ_FLANGE_SERIAL
{
    // check ready to read
    unsigned char _bRecvFlag;   // 0: non-receive, 1: received
} READ_FLANGE_SERIAL, *LPREAD_FLANGE_SERIAL;