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