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

Raw address access response data. More...

#include <serial_cmd_rsp.h>

Data Fields

uint16_t address_handle
 Address handle requested. More...
 
uint8_t addr_type
 Address type of the given address. More...
 
uint8_t subscribed
 Flag indicating whether the given address is subscribed to or not. More...
 
uint16_t raw_short_addr
 Raw representation of the address. More...
 
uint8_t virtual_uuid [NRF_MESH_UUID_SIZE]
 Optional virtual UUID of the given address. More...
 

Detailed Description

Raw address access response data.

Definition at line 117 of file serial_cmd_rsp.h.

Field Documentation

◆ address_handle

uint16_t serial_evt_cmd_rsp_data_raw_addr_t::address_handle

Address handle requested.

Definition at line 119 of file serial_cmd_rsp.h.

◆ addr_type

uint8_t serial_evt_cmd_rsp_data_raw_addr_t::addr_type

Address type of the given address.

See nrf_mesh_address_type_t for accepted values.

Definition at line 120 of file serial_cmd_rsp.h.

◆ subscribed

uint8_t serial_evt_cmd_rsp_data_raw_addr_t::subscribed

Flag indicating whether the given address is subscribed to or not.

Definition at line 121 of file serial_cmd_rsp.h.

◆ raw_short_addr

uint16_t serial_evt_cmd_rsp_data_raw_addr_t::raw_short_addr

Raw representation of the address.

Definition at line 122 of file serial_cmd_rsp.h.

◆ virtual_uuid

uint8_t serial_evt_cmd_rsp_data_raw_addr_t::virtual_uuid[NRF_MESH_UUID_SIZE]

Optional virtual UUID of the given address.

Definition at line 123 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated