nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ BT_MESH_MODEL_PONOFF_CLI

#define BT_MESH_MODEL_PONOFF_CLI (   _cli)

#include <include/bluetooth/mesh/gen_ponoff_cli.h>

Value:
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_GEN_POWER_ONOFF_CLI, \
_bt_mesh_ponoff_cli_op, &(_cli)->pub, \
struct bt_mesh_ponoff_cli, _cli), \
&_bt_mesh_ponoff_cli_cb)
#define BT_MESH_MODEL_USER_DATA(_type, _user_data)
Utility macro for type checking of model user data.
Definition: model_types.h:113
Definition: gen_ponoff_cli.h:54

Generic Power OnOff Client model composition data entry.

Parameters
[in]_cliPointer to a Generic Power OnOff Client instance.