関数定義書 C# 仕様書

connman_task_run

構文構文

connman_task_run:

int connman_task_run(
  struct connman_task * task
  connman_task_exit_t function
  void * user_data
  int * stdin_fd
  int * stdout_fd
  int * stderr_fd
)

パラメータパラメータ

task
function
user_data
stdin_fd
stdout_fd
stderr_fd

機能概要機能概要

connman_task_run:
@task: task structure
@function: exit callback
@user_data: optional exit user data
@fd: optional spawn with pipe

ファイル名ファイル名

task.c

See Also

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