FreeBASIC  0.91.0
io_serial.c File Reference
#include "../fb.h"
Include dependency graph for io_serial.c:

Go to the source code of this file.

Functions

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)
 

Function Documentation

int fb_SerialClose ( FB_FILE handle,
void *  pvHandle 
)

Definition at line 32 of file io_serial.c.

Here is the call graph for this function:

int fb_SerialGetRemaining ( FB_FILE handle,
void *  pvHandle,
fb_off_t pLength 
)

Definition at line 17 of file io_serial.c.

Here is the call graph for this function:

int fb_SerialOpen ( FB_FILE handle,
int  iPort,
FB_SERIAL_OPTIONS options,
const char *  pszDevice,
void **  ppvHandle 
)

Definition at line 6 of file io_serial.c.

Here is the call graph for this function:

int fb_SerialRead ( FB_FILE handle,
void *  pvHandle,
void *  data,
size_t *  pLength 
)

Definition at line 27 of file io_serial.c.

Here is the call graph for this function:

int fb_SerialWrite ( FB_FILE handle,
void *  pvHandle,
const void *  data,
size_t  length 
)

Definition at line 22 of file io_serial.c.

Here is the call graph for this function: