構造体定義書 VBA 仕様書

_GAtMux

構文構文

struct _GAtMux

ファイル名ファイル名

gatmux.c

構造体情報構造体情報

No. 名称 属性説明
1
_GAtMux   
  ref_count gint Ref count
  read_watch guint GSource read id, 0 if none
  write_watch guint GSource write id, 0 if none
  channel GIOChannel * main serial channel
  user_disconnect GAtDisconnectFunc user disconnect func
  user_disconnect_data gpointer user disconnect data
  debugf GAtDebugFunc debugging output function
  debug_data gpointer Data to pass to debug func
  dlcs[MAX_CHANNELS] GAtMuxChannel * DLCs opened by the MUX
  newdata[BITMAP_SIZE] guint8 Channels that got new data
  driver const GAtMuxDriver * Driver functions
  driver_data void * Driver data
  buf[MUX_BUFFER_SIZE] char Buffer on the main mux
  buf_used int Bytes of buf being used
  shutdown gboolean  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー