 構文
構文struct _GAtChat
 ファイル名
ファイル名 構造体情報
構造体情報| No. | 名称 | 属性 | 説明 | 
|---|---|---|---|
| 1 | _GAtChat | ||
| ref_count | gint | Ref count | |
| next_cmd_id | guint | Next command id | |
| next_notify_id | guint | Next notify id | |
| read_watch | guint | GSource read id, 0 if none | |
| write_watch | guint | GSource write id, 0 if none | |
| channel | GIOChannel * | channel | |
| command_queue | GQueue * | Command queue | |
| cmd_bytes_written | guint | bytes written from cmd | |
| notify_list | GHashTable * | List of notification reg | |
| user_disconnect | GAtDisconnectFunc | user disconnect func | |
| user_disconnect_data | gpointer | user disconnect data | |
| buf | ring_buffer * | Current read buffer | |
| read_so_far | guint | Number of bytes processed | |
| debugf | GAtDebugFunc | debugging output function | |
| debug_data | gpointer | Data to pass to debug func | |
| pdu_notify | char * | Unsolicited Resp w/ PDU | |
| response_lines | GSList * | char * lines of the response | |
| wakeup | char * | command sent to wakeup modem | |
| timeout_source | gint | ||
| inactivity_time | gdouble | Period of inactivity | |
| wakeup_timeout | guint | How long to wait for resp | |
| wakeup_timer | GTimer * | Keep track of elapsed time | |
| syntax | GAtSyntax * | ||
| destroyed | gboolean | Re-entrancy guard | |
| terminator_list | GSList * | Non-standard terminator | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー