関数定義書 コメント 規約

g_isi_subscribe

構文構文

Subscribe to a given indication type for the resource that an ISI client

int g_isi_subscribe(
  GIsiClient * cl
  uint8_t type
  GIsiIndicationFunc cb
  void * data
)

パラメータパラメータ

cl
type
cb
data

機能概要機能概要

Subscribe to a given indication type for the resource that an ISI client
is associated with. If the same type was already subscrived, the old
subscription is overriden.
@param cl ISI client (fomr g_isi_client_create())
@param type indication type
@param cb callback to process received indications
@param data data for the callback
@return 0 on success, a system error code otherwise.

ファイル名ファイル名

client.c

See Also

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