Health model message opcodes

nRF5 SDK for Mesh v5.0.0

Opcodes used in health model messages. More...

Detailed Description

Opcodes used in health model messages.

Enumeration Type Documentation

◆ health_opcode_t

Health model opcodes.

Enumerator
HEALTH_OPCODE_CURRENT_STATUS 

Opcode for the "Health Current Status" message.

HEALTH_OPCODE_FAULT_STATUS 

Opcode for the "Health Fault Status" message.

HEALTH_OPCODE_ATTENTION_GET 

Opcode for the "Health Attention Get" message.

HEALTH_OPCODE_ATTENTION_SET 

Opcode for the "Health Attention Set" message.

HEALTH_OPCODE_ATTENTION_SET_UNACKED 

Opcode for the "Health Attention Set Unacknowledged" message.

HEALTH_OPCODE_ATTENTION_STATUS 

Opcode for the "Health Attention Status" message.

HEALTH_OPCODE_FAULT_CLEAR 

Opcode for the "Health Fault Clear" message.

HEALTH_OPCODE_FAULT_CLEAR_UNACKED 

Opcode for the "Health Fault Clear Unacknowledged" message.

HEALTH_OPCODE_FAULT_GET 

Opcode for the "Health Fault Get" message.

HEALTH_OPCODE_FAULT_TEST 

Opcode for the "Health Fault Test" message.

HEALTH_OPCODE_FAULT_TEST_UNACKED 

Opcode for the "Health Fault Test Unacknowledged" message.

HEALTH_OPCODE_PERIOD_GET 

Opcode for the "Health Period Get" message.

HEALTH_OPCODE_PERIOD_SET 

Opcode for the "Health Period Set" message.

HEALTH_OPCODE_PERIOD_SET_UNACKED 

Opcode for the "Health Period Set Unacknowledged" message.

HEALTH_OPCODE_PERIOD_STATUS 

Opcode for the "Health Period Status" message.

Definition at line 49 of file health_opcodes.h.