tokTypeStackNodeData Struct Reference

Type for TOKEN_STACK_NODE_DATA. Generic information of the node is stored in this token. More...

#include < token-stack.h >

Data Fields

uint16_t panId
int8_t radioTxPower
uint8_t radioFreqChannel
uint8_t nodeType
uint16_t nodeId
uint16_t parentId

Type for TOKEN_STACK_NODE_DATA. Generic information of the node is stored in this token.

The key itself

Definition at line 231 of file token-stack.h .

Field Documentation

nodeId

uint16_t tokTypeStackNodeData::nodeId

The NodeId (short address) of the device

Definition at line 236 of file token-stack.h .

nodeType

uint8_t tokTypeStackNodeData::nodeType

The EmberNodeType configured for the device

Definition at line 235 of file token-stack.h .

panId

uint16_t tokTypeStackNodeData::panId

The PanId of the device

Definition at line 232 of file token-stack.h .

parentId

uint16_t tokTypeStackNodeData::parentId

The NodeId of the device's parent, if any

Definition at line 237 of file token-stack.h .

radioFreqChannel

uint8_t tokTypeStackNodeData::radioFreqChannel

The radio channel configured for the device

Definition at line 234 of file token-stack.h .

radioTxPower

int8_t tokTypeStackNodeData::radioTxPower

The TX power configured for the device in dBm

Definition at line 233 of file token-stack.h .


The documentation for this struct was generated from the following file:
  • token-stack.h