client.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 99 | 20% |
空行行数 | 74 | 15% |
実行行数 | 329 | 65% |
合計行数 | 502 | 100% |
内容 | 定義数 |
---|---|
関数数 | 20 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Inline | g_isi_req | static inline GIsiRequest * | |
2 |
Inline | g_isi_id | static inline uint8_t | |
3 |
Inline | g_isi_cl | static inline GIsiClient * | |
4 |
Function | g_isi_client_create | GIsiClient * | Create an ISI client. |
5 |
Function | g_isi_version_set | void | Set the ISI resource version of @a client. |
6 |
Function | g_isi_version_major | int | Returns the ISI major version of the resource associated with @a |
7 |
Function | g_isi_version_minor | int | Returns the ISI minor version of the resource associated with @a |
8 |
Function | g_isi_client_resource | uint8_t | Returns the resource associated with @a client |
9 |
Function | g_isi_client_set_debug | void | Set a debugging function for @a client. This function will be |
10 |
Function | g_isi_client_destroy | void | Destroys an ISI client, cancels all pending transactions and subscriptions. |
11 |
Function | g_isi_request_make | GIsiRequest * | Make an ISI request and register a callback to process the response(s) to |
12 |
Function | g_isi_request_vmake | GIsiRequest * | Make an ISI request and register a callback to process the response(s) to |
13 |
Function | g_isi_request_cancel | void | Cancels a pending request, i.e. stop waiting for responses and cancels the |
14 |
Static | g_isi_indication_init | static int | |
15 |
Static | g_isi_indication_deinit | static void | |
16 |
Function | g_isi_subscribe | int | Subscribe to a given indication type for the resource that an ISI client |
17 |
Function | g_isi_unsubscribe | void | Unsubscribe from a given indication type. |
18 |
Static | g_isi_callback | static gboolean | |
19 |
Static | g_isi_timeout | static gboolean | |
20 |
Function | g_isi_client_error | int |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー