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

Output request packet. More...

#include <serial_evt.h>

Data Fields

uint8_t context_id
 Context ID of the link the output request appeared on. More...
 
uint8_t output_action
 Output action requested. More...
 
uint8_t data [16]
 Data for the output request. More...
 

Detailed Description

Output request packet.

Definition at line 221 of file serial_evt.h.

Field Documentation

◆ context_id

uint8_t serial_evt_prov_output_request_t::context_id

Context ID of the link the output request appeared on.

Definition at line 223 of file serial_evt.h.

◆ output_action

uint8_t serial_evt_prov_output_request_t::output_action

Output action requested.

Definition at line 224 of file serial_evt.h.

◆ data

uint8_t serial_evt_prov_output_request_t::data[16]

Data for the output request.

Definition at line 225 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated