 構文
構文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 
)
 パラメータ
パラメータ 機能概要
機能概要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.
 ファイル名
ファイル名目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | client.c