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 |
|
|
0~1 |
Data flag |
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;