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
int16_t radioTxPower
uint16_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.

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

Field Documentation

nodeId

uint16_t tokTypeStackNodeData::nodeId

The NodeId (short address) of the device

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

nodeType

uint8_t tokTypeStackNodeData::nodeType

The EmberNodeType configured for the device

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

panId

uint16_t tokTypeStackNodeData::panId

The PanId of the device

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

parentId

uint16_t tokTypeStackNodeData::parentId

The NodeId of the device's parent, if any

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

radioFreqChannel

uint16_t tokTypeStackNodeData::radioFreqChannel

The radio channel configured for the device

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

radioTxPower

int16_t tokTypeStackNodeData::radioTxPower

The TX power configured for the device in deci-dBm

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


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