A struct for keeping track of all of the header info.

#include <ami-inter-pan.h>

Data Fields

uint8_t messageType
 
uint16_t panId
 
bool hasLongAddress
 
EmberNodeId shortAddress
 
EmberEUI64 longAddress
 
uint16_t profileId
 
uint16_t clusterId
 
uint16_t groupId

A struct for keeping track of all of the header info.

A struct for keeping track of all of the interpan header info.

Field Documentation

uint16_t InterPanHeader::clusterId
uint16_t InterPanHeader::groupId
bool InterPanHeader::hasLongAddress
EmberEUI64 InterPanHeader::longAddress
uint8_t InterPanHeader::messageType
uint16_t InterPanHeader::panId
uint16_t InterPanHeader::profileId
EmberNodeId InterPanHeader::shortAddress

The documentation for this struct was generated from the following files:
  • ami-inter-pan.h
  • ami-inter-pan-host.h