関数定義書 仕様書

g_isi_request_make

構文構文

Make an ISI request and register a callback to process the response(s) to

GIsiRequest *g_isi_request_make(
  GIsiClient * client
  const void *__restrict buf
  size_t len
  unsigned timeout
  GIsiResponseFunc cb
  void * opaque
)

パラメータパラメータ

client
buf
len
timeout
cb
opaque

機能概要機能概要

Make an ISI request and register a callback to process the response(s) to
the resulting transaction.
@param cl ISI client (from g_isi_client_create())
@param buf pointer to request payload
@param len request payload byte length
@param timeout timeout in seconds
@param cb callback to process response(s)
@param opaque data for the callback

ファイル名ファイル名

client.c

See Also

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