transferCtrl.h File Reference
タイムアウト付き送受信の処理
More...
#include "cpp_extern_macro.h"
Go to the source code of this file.
|
Functions |
void | trans_setPort (int port) |
void | initTransferCtrl (int port) |
long | trans_size (void) |
void | trans_send (const unsigned char *data, int length) |
int | trans_recv (unsigned char *data, int length) |
int | trans_copy (unsigned char *data, int length) |
void | trans_flush (void) |
Variables |
| BEGIN_C_DECLS |
| END_C_DECLS |
Detailed Description
タイムアウト付き送受信の処理
- Author:
- Satofumi KAMIMURA
$Id$
Definition in file transferCtrl.h.