Go to the source code of this file.
|
int | fb_DevSerialSetWidth (const char *pszDevice, int width, int default_width) |
|
int | fb_SerialOpen (FB_FILE *handle, int iPort, FB_SERIAL_OPTIONS *options, const char *pszDevice, void **ppvHandle) |
|
int | fb_SerialGetRemaining (FB_FILE *handle, void *pvHandle, fb_off_t *pLength) |
|
int | fb_SerialWrite (FB_FILE *handle, void *pvHandle, const void *data, size_t length) |
|
int | fb_SerialWriteWstr (FB_FILE *handle, void *pvHandle, const FB_WCHAR *data, size_t length) |
|
int | fb_SerialRead (FB_FILE *handle, void *pvHandle, void *data, size_t *pLength) |
|
int | fb_SerialReadWstr (FB_FILE *handle, void *pvHandle, FB_WCHAR *data, size_t *pLength) |
|
int | fb_SerialClose (FB_FILE *handle, void *pvHandle) |
|
Enumerator |
---|
FB_SERIAL_PARITY_NONE |
|
FB_SERIAL_PARITY_EVEN |
|
FB_SERIAL_PARITY_ODD |
|
FB_SERIAL_PARITY_SPACE |
|
FB_SERIAL_PARITY_MARK |
|
Definition at line 1 of file fb_serial.h.
Enumerator |
---|
FB_SERIAL_STOP_BITS_1 |
|
FB_SERIAL_STOP_BITS_1_5 |
|
FB_SERIAL_STOP_BITS_2 |
|
Definition at line 9 of file fb_serial.h.
int fb_DevSerialSetWidth |
( |
const char * |
pszDevice, |
|
|
int |
width, |
|
|
int |
default_width |
|
) |
| |
int fb_SerialClose |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle |
|
) |
| |
int fb_SerialGetRemaining |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle, |
|
|
fb_off_t * |
pLength |
|
) |
| |
int fb_SerialOpen |
( |
FB_FILE * |
handle, |
|
|
int |
iPort, |
|
|
FB_SERIAL_OPTIONS * |
options, |
|
|
const char * |
pszDevice, |
|
|
void ** |
ppvHandle |
|
) |
| |
int fb_SerialRead |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle, |
|
|
void * |
data, |
|
|
size_t * |
pLength |
|
) |
| |
int fb_SerialReadWstr |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle, |
|
|
FB_WCHAR * |
data, |
|
|
size_t * |
pLength |
|
) |
| |
int fb_SerialWrite |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle, |
|
|
const void * |
data, |
|
|
size_t |
length |
|
) |
| |
int fb_SerialWriteWstr |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle, |
|
|
const FB_WCHAR * |
data, |
|
|
size_t |
length |
|
) |
| |