TCdlCOMDesc Struct Reference
This structrue stores the attributes for a serial port device.
More...
#include <cdlCOM.h>
List of all members.
Public Attributes |
int | port |
| serial port number
|
int | baud |
| baud rate of port
|
int | data |
| data bit
|
int | parity |
| parity bit
|
int | stop |
| stop bit
|
int | rttc |
| read total timeout
|
int | wttc |
| write total timeout
|
Detailed Description
This structrue stores the attributes for a serial port device.
Definition at line 53 of file cdlCOM.h.
Member Data Documentation
baud rate of port
Definition at line 55 of file cdlCOM.h.
parity bit
Definition at line 57 of file cdlCOM.h.
serial port number
Definition at line 54 of file cdlCOM.h.
read total timeout
Definition at line 59 of file cdlCOM.h.
write total timeout
Definition at line 60 of file cdlCOM.h.
The documentation for this struct was generated from the following file: