nRF5 SDK for Mesh v5.0.0
Data Fields
access_opcode_handler_t Struct Reference

Opcode handler type. More...

#include <access.h>

Data Fields

access_opcode_t opcode
 The model opcode. More...
 
access_opcode_handler_cb_t handler
 The opcode handler callback for the given opcode. More...
 

Detailed Description

Opcode handler type.

Each specific model implementation is assumed to statically define an array of "opcode handlers", one handler for each of the expected opcodes of the given model.

Definition at line 260 of file access.h.

Field Documentation

◆ opcode

access_opcode_t access_opcode_handler_t::opcode

The model opcode.

Definition at line 263 of file access.h.

◆ handler

access_opcode_handler_cb_t access_opcode_handler_t::handler

The opcode handler callback for the given opcode.

Definition at line 265 of file access.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated