Interpan header used for sending and receiving interpan messages.

#include <af-types.h>

Data Fields

EmberAfInterpanMessageType messageType
 
EmberEUI64 longAddress
 
EmberNodeId shortAddress
 
EmberPanId panId
 
EmberAfProfileId profileId
 
EmberAfClusterId clusterId
 
EmberMulticastId groupId
 
EmberAfInterpanOptions options

Interpan header used for sending and receiving interpan messages.

Field Documentation

EmberAfClusterId EmberAfInterpanHeader::clusterId

Referenced by interpanCommand(), and interpanLongCommand().

EmberMulticastId EmberAfInterpanHeader::groupId

The groupId is only used for EMBER_AF_INTERPAN_MULTICAST

Referenced by interpanCommand().

EmberEUI64 EmberAfInterpanHeader::longAddress

MAC addressing For outgoing messages this is the destination. For incoming messages it is the source, which always has a long address.

Referenced by interpanLongCommand().

EmberAfInterpanMessageType EmberAfInterpanHeader::messageType
EmberAfInterpanOptions EmberAfInterpanHeader::options

Referenced by interpanLongCommand().

EmberPanId EmberAfInterpanHeader::panId

Referenced by interpanCommand(), and interpanLongCommand().

EmberAfProfileId EmberAfInterpanHeader::profileId

APS data

Referenced by interpanCommand(), and interpanLongCommand().

EmberNodeId EmberAfInterpanHeader::shortAddress

Referenced by interpanCommand().


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