関数定義書 UML 仕様書

g_isi_pipe_create

構文構文

Create a Phonet pipe in disabled state and with low priority.

GIsiPipe *g_isi_pipe_create(
  GIsiModem * modem
  GIsiPipeHandler cb
  uint16_t obj1
  uint16_t obj2
  uint8_t type1
  uint8_t type2
)

パラメータパラメータ

modem
cb
obj1
obj2
type1
type2

機能概要機能概要

Create a Phonet pipe in disabled state and with low priority.
@param modem ISI modem to create a pipe with
@param created optional callback for created event
@param obj1 Object handle of the first end point
@param obj2 Object handle of the second end point
@param type1 Type of the first end point
@param type2 Type of the second end point
@return a pipe object on success, NULL on error.

ファイル名ファイル名

pipe.c

See Also

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