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.
SERIAL_SEARCH
This structure is used to store the search results of available serial devices. Each detected device is represented by a SERIAL_PORT_NAME structure.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Number of detected serial devices |
|
4 |
|
SERIAL_PORT_NAME [10] |
Array of serial device information structures |
Total size: 1,444 bytes
Defined in: DRFS.h
typedef struct _SERIAL_SEARCH
{
/* Number of detected serial devices */
int _nCount;
/* Serial port and name information for each device */
SERIAL_PORT_NAME _tSerial[10];
} SERIAL_SEARCH, *LPSERIAL_SEARCH;