構造体定義書 Java 仕様書

_GDHCPClient

構文構文

struct _GDHCPClient

ファイル名ファイル名

client.c

構造体情報構造体情報

No. 名称 属性説明
1
_GDHCPClient   
  ref_count gint  
  type GDHCPType  
  state ClientState  
  ifindex int  
  interface char *  
  mac_address[6] uint8_t  
  xid uint32_t  
  server_ip uint32_t  
  requested_ip uint32_t  
  assigned_ip char *  
  lease_seconds uint32_t  
  listen_mode ListenMode  
  listener_sockfd int  
  retry_times uint8_t  
  ack_retry_times uint8_t  
  timeout guint  
  listener_watch guint  
  listener_channel GIOChannel *  
  require_list GList *  
  request_list GList *  
  code_value_hash GHashTable *  
  send_value_hash GHashTable *  
  lease_available_cb GDHCPClientEventFunc  
  lease_available_data gpointer  
  no_lease_cb GDHCPClientEventFunc  
  no_lease_data gpointer  
  lease_lost_cb GDHCPClientEventFunc  
  lease_lost_data gpointer  
  address_conflict_cb GDHCPClientEventFunc  
  address_conflict_data gpointer  
  debug_func GDHCPDebugFunc  
  debug_data gpointer  

See Also

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