internal data structure of the port handle. More...
#include <ezV24.h>
Data Fields | |
int | fd |
the file handle | |
int | Errno |
error code of last op. | |
int | Locked |
Bool if port is locked. | |
int | lock_fd |
handle of the lockfile or (-1) | |
int | Initialized |
Bool if port is configured. | |
char | PortName [V24_SZ_PORTNAME+1] |
name of the port | |
unsigned int | OpenFlags |
current open flags | |
int | Baudrate |
current baudrate | |
int | Datasize |
current datasize | |
int | Parity |
and current parity | |
int | TimeoutValue |
timeout in 1/10 sec |
internal data structure of the port handle.
Internal use only: this structure shouldn't be used outside the library!