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

◆ clusterId

uint16_t InterPanHeader::clusterId

◆ groupId

uint16_t InterPanHeader::groupId

◆ hasLongAddress

bool InterPanHeader::hasLongAddress

◆ longAddress

EmberEUI64 InterPanHeader::longAddress

◆ messageType

uint8_t InterPanHeader::messageType

◆ panId

uint16_t InterPanHeader::panId

◆ profileId

uint16_t InterPanHeader::profileId

◆ shortAddress

EmberNodeId InterPanHeader::shortAddress

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