Go to the source code of this file.
|
static int | fb_DevComClose (FB_FILE *handle) |
|
static int | fb_DevComWrite (FB_FILE *handle, const void *value, size_t valuelen) |
|
static int | fb_DevComWriteWstr (FB_FILE *handle, const FB_WCHAR *value, size_t valuelen) |
|
static int | fb_DevComRead (FB_FILE *handle, void *value, size_t *pValuelen) |
|
static int | fb_DevComReadWstr (FB_FILE *handle, FB_WCHAR *value, size_t *pValuelen) |
|
static int | fb_DevComTell (FB_FILE *handle, fb_off_t *pOffset) |
|
static int | fb_DevComEof (FB_FILE *handle) |
|
int | fb_DevComOpen (FB_FILE *handle, const char *filename, size_t filename_len) |
|
int | fb_DevSerialSetWidth (const char *pszDevice, int width, int default_width) |
|
static int fb_DevComClose |
( |
FB_FILE * |
handle) | |
|
|
static |
static int fb_DevComEof |
( |
FB_FILE * |
handle) | |
|
|
static |
int fb_DevComOpen |
( |
FB_FILE * |
handle, |
|
|
const char * |
filename, |
|
|
size_t |
filename_len |
|
) |
| |
static int fb_DevComRead |
( |
FB_FILE * |
handle, |
|
|
void * |
value, |
|
|
size_t * |
pValuelen |
|
) |
| |
|
static |
static int fb_DevComReadWstr |
( |
FB_FILE * |
handle, |
|
|
FB_WCHAR * |
value, |
|
|
size_t * |
pValuelen |
|
) |
| |
|
static |
static int fb_DevComWrite |
( |
FB_FILE * |
handle, |
|
|
const void * |
value, |
|
|
size_t |
valuelen |
|
) |
| |
|
static |
static int fb_DevComWriteWstr |
( |
FB_FILE * |
handle, |
|
|
const FB_WCHAR * |
value, |
|
|
size_t |
valuelen |
|
) |
| |
|
static |
int fb_DevSerialSetWidth |
( |
const char * |
pszDevice, |
|
|
int |
width, |
|
|
int |
default_width |
|
) |
| |