関数定義書 仕様書

g_isi_vrespond

構文構文

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

int g_isi_vrespond(
  GIsiServer * self
  const struct iovec * iov
  size_t iovlen
  GIsiIncoming * irq
)

パラメータパラメータ

self
iov
iovlen
irq

機能概要機能概要

Make an ISI request and register a callback to process the response(s) to
the resulting transaction.
@param self ISI server (from g_isi_server_create())
@param iov scatter-gather array to the request payload
@param iovlen number of vectors in the scatter-gather array
@param irq information from incoming request

ファイル名ファイル名

server.c

See Also

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