Go to the source code of this file.
|
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_SerialRead (FB_FILE *handle, void *pvHandle, void *data, size_t *pLength) |
|
int | fb_SerialClose (FB_FILE *handle, void *pvHandle) |
|
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_SerialWrite |
( |
FB_FILE * |
handle, |
|
|
void * |
pvHandle, |
|
|
const void * |
data, |
|
|
size_t |
length |
|
) |
| |