Public Attributes

serial_t Struct Reference

シリアル制御の構造体 More...

#include <serial_t_win.h>

Collaboration diagram for serial_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

int errno_
 エラー番号
char error_string_ [SerialErrorStringSize]
 エラー文字列
int fd_
 接続リソース
struct termios sio_
 ターミナル制御
ringBuffer_t ring_
 リングバッファ
char buffer_ [RingBufferSize]
char has_last_ch_
 書き戻した文字があるかのフラグ
char last_ch_
 書き戻した1文字
HANDLE hCom_
 接続リソース
int current_timeout_
 タイムアウトの設定時間 [msec]

Detailed Description

シリアル制御の構造体


Member Data Documentation

タイムアウトの設定時間 [msec]

エラー番号

char serial_t::error_string_[SerialErrorStringSize]

エラー文字列

接続リソース

書き戻した文字があるかのフラグ

接続リソース

書き戻した1文字

リングバッファ

struct termios serial_t::sio_

ターミナル制御


The documentation for this struct was generated from the following files: