nRF5 SDK for Mesh v5.0.0
Data Structures | Macros | Enumerations
Common Simple OnOff definitions

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.
 

Enumerations

enum  simple_on_off_opcode_t { SIMPLE_ON_OFF_OPCODE_SET = 0xC1, SIMPLE_ON_OFF_OPCODE_GET = 0xC2, SIMPLE_ON_OFF_OPCODE_SET_UNRELIABLE = 0xC3, SIMPLE_ON_OFF_OPCODE_STATUS = 0xC4 }
 Simple OnOff opcodes. More...
 

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.


Documentation feedback | Developer Zone | Subscribe | Updated