Common Simple OnOff definitions

nRF5 SDK for Mesh v5.0.0

Types and definitions shared between the two Simple OnOff models. More...

Data Structures

struct  simple_on_off_msg_set_t
 Message format for the Simple OnOff Set message. More...
 
struct  simple_on_off_msg_set_unreliable_t
 Message format for th Simple OnOff Set Unreliable message. More...
 
struct  simple_on_off_msg_status_t
 Message format for the Simple OnOff Status message. More...
 

Macros

#define SIMPLE_ON_OFF_COMPANY_ID   (ACCESS_COMPANY_ID_NORDIC)
 Vendor specific company ID for Simple OnOff model.
 

Detailed Description

Types and definitions shared between the two Simple OnOff models.

Enumeration Type Documentation

◆ simple_on_off_opcode_t

Simple OnOff opcodes.

Enumerator
SIMPLE_ON_OFF_OPCODE_SET 

Simple OnOff Acknowledged Set.

SIMPLE_ON_OFF_OPCODE_GET 

Simple OnOff Get.

SIMPLE_ON_OFF_OPCODE_SET_UNRELIABLE 

Simple OnOff Set Unreliable.

SIMPLE_ON_OFF_OPCODE_STATUS 

Simple OnOff Status.

Definition at line 96 of file simple_on_off_common.h.