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... | |
Types and definitions shared between the two Simple OnOff models.
Simple OnOff opcodes.
Definition at line 96 of file simple_on_off_common.h.