関数定義書 仕様書

g_isi_server_handle

構文構文

Prepare to handle given request type for the resource that an ISI server

int g_isi_server_handle(
  GIsiServer * self
  uint8_t type
  GIsiRequestFunc cb
  void * data
)

パラメータパラメータ

self
type
cb
data

機能概要機能概要

Prepare to handle given request type for the resource that an ISI server
is associated with. If the same type was already handled, the old
handler is overriden.
@param self ISI server (fomr g_isi_server_create())
@param type request message type
@param cb callback to process received requests
@param data data for the callback
@return 0 on success, -1 upon an error.

ファイル名ファイル名

server.c

See Also

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