Modules#

InterPanHeader

Sending and Receiving Messages#

See message.h for source code.

See also ami-inter-pan.h for source code.

See also ami-inter-pan-host.h for source code.

Enumerations#

enum
SL_PASSIVE_ACK_DEFAULT_CONFIG
SL_PASSIVE_ACK_DISABLE
SL_PASSIVE_ACK_THRESHOLD_WITH_REBROADCAST
SL_PASSIVE_ACK_THRESHOLD_NO_REBROADCAST
SL_PASSIVE_ACK_THRESHOLD_WITH_REBROADCAST_ALL_NODES
}

Allows the higher layers to control the broadcast behavior of a routing device. The originating device will rebroadcast the maximum number of times and The configurations below only restrict the number of broadcasts from neighboring routers. The configuration settings must be done on each node.

Variables#

uint16_t

The APS ACK timeout value. The stack waits this amount of time between resends of APS retried messages. The default value is:

uint8_t

The number of entries in the multicast table.

Functions#

uint8_t

Return the maximum size of the payload that the Application Support sub-layer will accept.

emberSendMulticastWithAlias(EmberApsFrame *apsFrame, uint8_t radius, uint8_t nonmemberRadius, EmberMessageBuffer message, EmberNodeId alias, uint8_t sequence)

Send a multicast message for an alias source to all endpoints that share a specific multicast ID and are within a specified number of hops of the sender.

emberSendMulticast(EmberApsFrame *apsFrame, uint8_t radius, uint8_t nonmemberRadius, EmberMessageBuffer message)

Send a multicast message to all endpoints that share a specific multicast ID and are within a specified number of hops of the sender.

emberSendUnicast(EmberOutgoingMessageType type, uint16_t indexOrDestination, EmberApsFrame *apsFrame, EmberMessageBuffer message)

Send a unicast message per the Zigbee specification.

emberSendBroadcast(EmberNodeId destination, EmberApsFrame *apsFrame, uint8_t radius, EmberMessageBuffer message)

Send a broadcast message as per the ZigBee specification.

emberProxyBroadcast(EmberNodeId source, EmberNodeId destination, uint8_t sequence, EmberApsFrame *apsFrame, uint8_t radius, EmberMessageBuffer message)

Proxy a broadcast message for another node.

Proxy a broadcast message for another node.

emberSendManyToOneRouteRequest(uint16_t concentratorType, uint8_t radius)

Send a route request packet that creates routes from every node in the network back to this node.

emberGetSourceRouteTableEntry(uint8_t index, EmberNodeId *destination, uint8_t *closerIndex)

Return the source route table entry fields.

uint8_t

Return the number of filled entries in the source route table.

uint8_t

Return the source route table total size.

void
emberIncomingManyToOneRouteRequestHandler(EmberNodeId source, EmberEUI64 longId, uint8_t cost)

Indicate that a many-to-one route to the concentrator with the given short and long ID is available for use.

void
emberIncomingRouteErrorHandler(EmberStatus status, EmberNodeId target)

Invoke when a route error message is received.

void
emberIncomingNetworkStatusHandler(uint8_t errorCode, EmberNodeId target)

Invoke when a network status message is received that informs the application of the Over-the-Air error codes for the specific destination.

void
emberOverrideIncomingRouteRecordHandler(EmberNodeId source, EmberEUI64 sourceEui, uint8_t relayCount, EmberMessageBuffer header, uint8_t relayListIndex, bool *consumed)

SoC only. It reports the arrival of a route record command frame to the application.

uint8_t
emberOverrideAppendSourceRouteHandler(EmberNodeId destination, EmberMessageBuffer *header, bool *consumed)

SoC only. The application can implement this callback to supply source routes to outgoing messages.

void
emberIncomingRouteRecordHandler(EmberNodeId source, EmberEUI64 sourceEui, uint8_t relayCount, EmberMessageBuffer header, uint8_t relayListIndex)

DEPRECTAED emberOverrideIncomingRouteRecordHandler should be used Reports the arrival of a route record command frame to the application.

uint8_t
emberAppendSourceRouteHandler(EmberNodeId destination, EmberMessageBuffer header)

DEPRECATED emberOverrideAppendSourceRouteHandler should be used The application can implement this callback to supply source routes to outgoing messages.

emberCancelMessage(EmberMessageBuffer message)

DEPRECATED.

void
emberMessageSentHandler(EmberOutgoingMessageType type, uint16_t indexOrDestination, EmberApsFrame *apsFrame, EmberMessageBuffer message, EmberStatus status)

Invoke by the stack when it has completed sending a message.

void
emberIncomingMessageHandler(EmberIncomingMessageType type, EmberApsFrame *apsFrame, EmberMessageBuffer message)

Invoke by the EmberZNet stack when a message is received.

emberGetLastHopLqi(uint8_t *lastHopLqi)

Get the link quality from the node that last relayed the current message.

emberGetLastHopRssi(int8_t *lastHopRssi)

Get the receive signal strength indication (RSSI) for the current message.

emberGetLastHopTimestamp(uint32_t *lastHopTimestamp)

Get the receive timestamp (value of the MAC timer; ticks since up) of the moment when the Start Frame Delimiter (SFD) was received for the current message.

EmberNodeId

Return the node ID of the sender of the current incoming message.

emberGetSenderEui64(EmberEUI64 senderEui64)

Return the EUI64 of the sender of the current incoming message if the sender chose to include this information in the message. The EMBER_APS_OPTION_SOURCE_EUI64 bit in the options field of the APS frame of the incoming message indicates that the EUI64 is present in the message.

emberSendReply(uint16_t clusterId, EmberMessageBuffer reply)

Send a reply for an application that has received a unicast message.

void
emberSetReplyFragmentData(uint16_t fragmentData)

Set the fragment data to be used when sending a reply to a unicast message.

bool
emberAddressTableEntryIsActive(uint8_t addressTableIndex)

Indicate whether any messages are currently being sent using this address table entry.

emberSetAddressTableRemoteEui64(uint8_t addressTableIndex, EmberEUI64 eui64)

Set the EUI64 of an address table entry.

void
emberSetAddressTableRemoteNodeId(uint8_t addressTableIndex, EmberNodeId id)

Set the short ID of an address table entry.

void
emberGetAddressTableRemoteEui64(uint8_t addressTableIndex, EmberEUI64 eui64)

Get the EUI64 of an address table entry.

EmberNodeId
emberGetAddressTableRemoteNodeId(uint8_t addressTableIndex)

Get the short ID of an address table entry.

void
emberSetExtendedTimeout(EmberEUI64 remoteEui64, bool extendedTimeout)

Tell the stack whether or not the normal interval between retransmissions of a retried unicast message should be increased by EMBER_INDIRECT_TRANSMISSION_TIMEOUT.

bool
emberGetExtendedTimeout(EmberEUI64 remoteEui64)

Indicate whether or not the stack will extend the normal interval between retransmissions of a retried unicast message by EMBER_INDIRECT_TRANSMISSION_TIMEOUT.

void
emberIdConflictHandler(EmberNodeId conflictingId)

Invoke by the EmberZNet stack when an ID conflict is discovered, that is, two different nodes in the network were found to be using the same short ID.

bool

Indicate whether there are pending messages in the APS retry queue.

void
sl_set_passive_ack_config(sl_passive_ack_config_enum_t config, uint8_t minAcksNeeded)
emberPacketHandoffIncomingHandler(EmberZigbeePacketType packetType, EmberMessageBuffer packetBuffer, uint8_t index, void *data)

Intercept an incoming packet from the stack and hands off to a plugin for further processing.

emberPacketHandoffOutgoingHandler(EmberZigbeePacketType packetType, EmberMessageBuffer packetBuffer, uint8_t index, void *data)

Intercept an outgoing packet from the stack and hands off to a plugin for further processing.

emberAfIncomingPacketFilterCallback(EmberZigbeePacketType packetType, uint8_t *packetData, uint8_t *size_p, void *data)

Call when the stack receives a packet that is meant for one of the protocol layers specified in EmberZigbeePacketType.

emberAfOutgoingPacketFilterCallback(EmberZigbeePacketType packetType, uint8_t *packetData, uint8_t *size_p, void *data)

The stack is preparing to send a protocol layer packet.

slx_zigbee_add_to_incoming_network_queue(int8_t rssi, uint8_t lqi, const sl_nwk_packet_exchange_t *nwk_packet)

Add a network packet into the incoming network queue.

makeInterPanMessage(InterPanHeader *headerData, EmberMessageBuffer payload)

Create an interpan message suitable for passing to emberSendRawMessage().

uint8_t
parseInterPanMessage(EmberMessageBuffer message, uint8_t startOffset, InterPanHeader *headerData)

Meant to be called on the message and offset values passed to emberMacPassthroughMessageHandler(...). The header is parsed and the various fields are written to the InterPanHeader. The returned value is the offset of the payload in the message, or 0 if the message is not a correctly formed AMI interPAN message.

uint8_t
makeInterPanMessage(InterPanHeader *headerData, uint8_t *message, uint8_t maxLength, uint8_t *payload, uint8_t payloadLength)

Create an interpan message. The message needs to have enough space for the message contents. Upon return, the return value will be the length of the message, or 0 in case of error.

uint8_t
parseInterPanMessage(uint8_t *message, uint8_t messageLength, InterPanHeader *headerData)

Meant to be called on the message passed to emberMacPassthroughMessageHandler(...). The header is parsed and the various fields are written to the InterPanHeader. The returned value is the offset of the payload in the message, or 0 if the message is not a correctly formed AMI interPAN message.

Macros#

#define

The per-hop delay allowed for in the calculation of the APS ACK timeout value. This is defined in the Zigbee specification. This times the maximum number of hops (EMBER_MAX_HOPS) plus the terminal encrypt/decrypt time is the timeout between retries of an APS ACKed message in milliseconds.

#define

The terminal encrypt/decrypt time allowed for in the calculation of the APS ACK timeout value. This is defined in the ZigBee specification.

#define

Set the number of broadcast passive acknowledgments required before terminating a broadcast transmission. A value of 0xFF causes the node to wait for all neighbors to re-broadcast the packet before terminating the transmission. The default value is 0xFF. API is kept for backwards compatibility.

#define
#define
MAX_INTER_PAN_MAC_SIZE (2 + 1 + 2 + 8 + 2 + 8)
#define
#define
MAX_STUB_APS_SIZE (1 + 2 + 2 + 2)
#define
MAX_INTER_PAN_HEADER_SIZE (MAX_INTER_PAN_MAC_SIZE + STUB_NWK_SIZE + MAX_STUB_APS_SIZE)
#define

The three types of inter-PAN messages. The values are the corresponding APS frame controls. 0x03 is the special interPAN message type. Unicast mode is 0x00, broadcast mode is 0x08, and multicast mode is 0x0C.

#define
MAX_INTER_PAN_MAC_SIZE (2 + 1 + 2 + 8 + 2 + 8)
#define
#define
MAX_STUB_APS_SIZE (1 + 2 + 2 + 2)
#define
MAX_INTER_PAN_HEADER_SIZE (MAX_INTER_PAN_MAC_SIZE + STUB_NWK_SIZE + MAX_STUB_APS_SIZE)

Enumeration Documentation#

sl_passive_ack_config_enum_t#

sl_passive_ack_config_enum_t

Allows the higher layers to control the broadcast behavior of a routing device. The originating device will rebroadcast the maximum number of times and The configurations below only restrict the number of broadcasts from neighboring routers. The configuration settings must be done on each node.

SL_PASSIVE_ACK_THRESHOLD_NO_REBROADCAST - All non originating configured nodes check for passive acks from minAcksNeeded neighbors. They will not rebroadcast received message if all passive acks have been received. If no passive acks received it will rebroadcast max times. SL_PASSIVE_ACK_THRESHOLD_WITH_REBROADCAST_ALL_NODES - This configuration is for both originating and relaying (non originating nodes). All configured nodes check for passive acks from minAcksNeeded neighbors. They will not rebroadcast received message if all passive acks have been received. If no passive acks received it will rebroadcast max times if minAcksNeeded is not set to 0

Returns

  • None.

Enumerator
SL_PASSIVE_ACK_DEFAULT_CONFIG
SL_PASSIVE_ACK_DISABLE
SL_PASSIVE_ACK_THRESHOLD_WITH_REBROADCAST
SL_PASSIVE_ACK_THRESHOLD_NO_REBROADCAST
SL_PASSIVE_ACK_THRESHOLD_WITH_REBROADCAST_ALL_NODES

Definition at line 958 of file stack/include/message.h

Variable Documentation#

emberApsAckTimeoutMs#

uint16_t emberApsAckTimeoutMs

The APS ACK timeout value. The stack waits this amount of time between resends of APS retried messages. The default value is:


  ((EMBER_APSC_MAX_ACK_WAIT_HOPS_MULTIPLIER_MS
    * EMBER_MAX_HOPS)
   + EMBER_APSC_MAX_ACK_WAIT_TERMINAL_SECURITY_MS)

Definition at line 61 of file stack/include/message.h

emberMulticastTable#

EmberMulticastTableEntry emberMulticastTable[]

The multicast table.

Each entry contains a multicast ID and an endpoint, indicating that the endpoint is a member of the multicast group. Only devices with an endpoint in a multicast group will receive messages sent to that multicast group.

Entries with with an endpoint of 0 are ignored (the ZDO does not a member of any multicast groups). All endpoints are initialized to 0 on startup.


Definition at line 923 of file stack/include/message.h

emberMulticastTableSize#

uint8_t emberMulticastTableSize

The number of entries in the multicast table.


Definition at line 927 of file stack/include/message.h

Function Documentation#

emberMaximumApsPayloadLength#

uint8_t emberMaximumApsPayloadLength (void )

Return the maximum size of the payload that the Application Support sub-layer will accept.

Parameters
N/A

The size depends on the security level in use. The value is the same as that found in the node descriptor.

Returns

  • The maximum APS payload length.


Definition at line 37 of file stack/include/message.h

emberSendMulticastWithAlias#

EmberStatus emberSendMulticastWithAlias (EmberApsFrame * apsFrame, uint8_t radius, uint8_t nonmemberRadius, EmberMessageBuffer message, EmberNodeId alias, uint8_t sequence)

Send a multicast message for an alias source to all endpoints that share a specific multicast ID and are within a specified number of hops of the sender.

Parameters
N/AapsFrame

The APS frame for the message. The multicast will be sent to the groupId in this frame.

N/Aradius

The message will be delivered to all nodes within this number of hops of the sender. A value of zero is converted to EMBER_MAX_HOPS.

N/AnonmemberRadius

The number of hops that the message will be forwarded by devices that are not members of the group. A value of 7 or greater is treated as infinite.

N/Amessage

A message.

N/Aalias

The alias from which to send the multicast.

N/Asequence

The NWK sequence number for the message.

Returns


Definition at line 96 of file stack/include/message.h

emberSendMulticast#

EmberStatus emberSendMulticast (EmberApsFrame * apsFrame, uint8_t radius, uint8_t nonmemberRadius, EmberMessageBuffer message)

Send a multicast message to all endpoints that share a specific multicast ID and are within a specified number of hops of the sender.

Parameters
N/AapsFrame

The APS frame for the message. The multicast will be sent to the groupId in this frame.

N/Aradius

The message will be delivered to all nodes within this number of hops of the sender. A value of zero is converted to EMBER_MAX_HOPS.

N/AnonmemberRadius

The number of hops that the message will be forwarded by devices that are not members of the group. A value of 7 or greater is treated as infinite.

N/Amessage

A message.

Returns


Definition at line 132 of file stack/include/message.h

emberSendUnicast#

EmberStatus emberSendUnicast (EmberOutgoingMessageType type, uint16_t indexOrDestination, EmberApsFrame * apsFrame, EmberMessageBuffer message)

Send a unicast message per the Zigbee specification.

Parameters
N/Atype

Specifies the outgoing message type. Must be one of EMBER_OUTGOING_DIRECT, EMBER_OUTGOING_VIA_ADDRESS_TABLE, or EMBER_OUTGOING_VIA_BINDING.

N/AindexOrDestination

Depending on the type of addressing used, this is either the EmberNodeId of the destination, an index into the address table, or an index into the binding table.

N/AapsFrame

The APS frame which is to be added to the message.

N/Amessage

Contents of the message.

The message will arrive at its destination only if there is a known route to the destination node. Setting the ::ENABLE_ROUTE_DISCOVERY option will cause a route to be discovered if none is known. Setting the ::FORCE_ROUTE_DISCOVERY option will force route discovery. Routes to end-device children of the local node are always known.

Setting the APS_RETRY option will cause the message to be retransmitted until either a matching acknowledgment is received or three transmissions have been made.

Note

  • Using the ::FORCE_ROUTE_DISCOVERY option will cause the first transmission to be consumed by a route request as part of discovery, so the application payload of this packet will not reach its destination on the first attempt. For the packet to reach its destination, the APS_RETRY option must be set so that another attempt is made to transmit the message with its application payload after the route has been constructed.

Setting the ::DESTINATION_EUI64 option will cause the long ID of the destination to be included in the network header. This is the only way to absolutely guarantee that the message is delivered to the correct node. Without it, a message may on occasion be delivered to the wrong destination in the event of an ID conflict that has not yet been detected and resolved by the network layer.

Note

  • When sending fragmented messages, the stack will only assign a new APS sequence number for the first fragment of the message (i.e., EMBER_APS_OPTION_FRAGMENT is set and the low-order byte of the groupId field in the APS frame is zero). For all subsequent fragments of the same message, the application must set the sequence number field in the APS frame to the sequence number assigned by the stack to the first fragment.

Returns


Definition at line 194 of file stack/include/message.h

emberSendBroadcast#

EmberStatus emberSendBroadcast (EmberNodeId destination, EmberApsFrame * apsFrame, uint8_t radius, EmberMessageBuffer message)

Send a broadcast message as per the ZigBee specification.

Parameters
N/Adestination

The destination to which to send the broadcast. This must be one of three ZigBee broadcast addresses.

N/AapsFrame

The APS frame data to be included in the message.

N/Aradius

The maximum number of hops the message will be relayed.

N/Amessage

The actual message to be sent.

The message will be delivered to all nodes within radius hops of the sender. A radius of zero is converted to EMBER_MAX_HOPS.

Returns


Definition at line 215 of file stack/include/message.h

emberProxyBroadcast#

EmberStatus emberProxyBroadcast (EmberNodeId source, EmberNodeId destination, uint8_t sequence, EmberApsFrame * apsFrame, uint8_t radius, EmberMessageBuffer message)

Proxy a broadcast message for another node.

Parameters
N/Asource

The source from which to send the broadcast.

N/Adestination

The destination to which to send the broadcast. This must be one of three ZigBee broadcast addresses.

N/Asequence

The NWK sequence number for the message.

N/AapsFrame

The APS frame data to be included in the message.

N/Aradius

The maximum number of hops the message will be relayed.

N/Amessage

The actual message to be sent.

The message will be delivered to all nodes within radius hops of the local node. A radius of zero is converted to EMBER_MAX_HOPS.

Returns


Definition at line 240 of file stack/include/message.h

emberProxyNextBroadcastFromLong#

EmberStatus emberProxyNextBroadcastFromLong (uint8_t * euiSource)

Proxy a broadcast message for another node.

Parameters
N/AeuiSource

The long source from which to send the broadcast.

The function is used in conjunction with emberProxyBroadcast, which proxies a message from a short ID. This function is used where a long source is also specified in the NWK frame control.

Returns


Definition at line 257 of file stack/include/message.h

emberSendManyToOneRouteRequest#

EmberStatus emberSendManyToOneRouteRequest (uint16_t concentratorType, uint8_t radius)

Send a route request packet that creates routes from every node in the network back to this node.

Parameters
N/AconcentratorType

Must be either EMBER_HIGH_RAM_CONCENTRATOR or EMBER_LOW_RAM_CONCENTRATOR. The former is used when the caller has enough memory to store source routes for the whole network. In that case, remote nodes stop sending route records once the concentrator has successfully received one. The latter is used when the concentrator has insufficient RAM to store all outbound source routes. In that case, route records are sent to the concentrator prior to every inbound APS unicast.

N/Aradius

The maximum number of hops the route request will be relayed. A radius of zero is converted to EMBER_MAX_HOPS.

This function should be called by an application that wants to communicate with many nodes, for example, a gateway, central monitor, or controller. A device using this function was referred to as an "aggregator" in EmberZNet 2.x and earlier, and is referred to as a "concentrator" in the ZigBee specification and EmberZNet 3.

This function enables large scale networks because the other devices do not have to individually perform bandwidth-intensive route discoveries. Instead, when a remote node sends an APS unicast to a concentrator, its network layer automatically delivers a special route record packet first, which lists the network IDs of all intermediate relays. The concentrator can then use source routing to send outbound APS unicasts. (A source routed message is one in which the entire route is listed in the network layer header.) This allows the concentrator to communicate with thousands of devices without requiring large route tables on neighboring nodes.

This function is only available in ZigBee Pro (stack profile 2), and cannot be called on end devices. Any router can be a concentrator (not just the coordinator), and there can be multiple concentrators on a network.

Note that a concentrator does not automatically obtain routes to all network nodes after calling this function. Remote applications must first initiate an inbound APS unicast.

Many-to-one routes are not repaired automatically. Instead, the concentrator application must call this function to rediscover the routes as necessary, for example, upon failure of a retried APS message. This is necessary because there is no scalable one-size-fits-all route repair strategy. A common and recommended strategy is for the concentrator application to refresh the routes by calling this function periodically.

Returns


Definition at line 311 of file stack/include/message.h

emberGetSourceRouteTableEntry#

EmberStatus emberGetSourceRouteTableEntry (uint8_t index, EmberNodeId * destination, uint8_t * closerIndex)

Return the source route table entry fields.

Parameters
N/Aindex

The index of the source route table entry.

N/Adestination

The value of the destination field in that entry.

N/AcloserIndex

The value of the closer index entry field in that entry.


Definition at line 320 of file stack/include/message.h

emberGetSourceRouteTableFilledSize#

uint8_t emberGetSourceRouteTableFilledSize (void )

Return the number of filled entries in the source route table.

Parameters
N/A

Definition at line 327 of file stack/include/message.h

emberGetSourceRouteTableTotalSize#

uint8_t emberGetSourceRouteTableTotalSize (void )

Return the source route table total size.

Parameters
N/A

Definition at line 332 of file stack/include/message.h

emberIncomingManyToOneRouteRequestHandler#

void emberIncomingManyToOneRouteRequestHandler (EmberNodeId source, EmberEUI64 longId, uint8_t cost)

Indicate that a many-to-one route to the concentrator with the given short and long ID is available for use.

Parameters
N/Asource

The short ID of the concentrator that initiated the many-to-one route request.

N/AlongId

The EUI64 of the concentrator.

N/Acost

The path cost to the concentrator.

The application must define EMBER_APPLICATION_HAS_INCOMING_MANY_TO_ONE_ROUTE_REQUEST_HANDLER in its configuration header to use this.


Definition at line 347 of file stack/include/message.h

emberIncomingRouteErrorHandler#

void emberIncomingRouteErrorHandler (EmberStatus status, EmberNodeId target)

Invoke when a route error message is received.

Parameters
N/Astatus

EMBER_SOURCE_ROUTE_FAILURE, EMBER_MANY_TO_ONE_ROUTE_FAILURE, EMBER_MAC_INDIRECT_TIMEOUT

N/Atarget

The short ID of the remote node.

A status of EMBER_SOURCE_ROUTE_FAILURE indicates that a source-routed unicast sent from this node encountered a broken link. Note that this case occurs only if this node is a concentrator using many-to-one routing for inbound messages and source-routing for outbound messages. The node prior to the broken link generated the route error message and returned it to us along the many-to-one route.

A status of EMBER_MANY_TO_ONE_ROUTE_FAILURE also occurs only if the local device is a concentrator, and indicates that a unicast sent to the local device along a many-to-one route encountered a broken link. The node prior to the broken link generated the route error message and forwarded it to the local device via a randomly chosen neighbor, taking advantage of the many-to-one nature of the route.

A status of EMBER_MAC_INDIRECT_TIMEOUT indicates that a message sent to the target end device could not be delivered by the parent because the indirect transaction timer expired. Upon receipt of the route error, the stack sets the extended timeout for the target node in the address table, if present. It then calls this handler to indicate receipt of the error.

Note that if the original unicast data message is sent using the EMBER_APS_OPTION_RETRY option, a new route error message is generated for each failed retry. Therefore, it is not unusual to receive three route error messages in succession for a single failed retried APS unicast. On the other hand, it is also not guaranteed that any route error messages will be delivered successfully at all. The only sure way to detect a route failure is to use retried APS messages and to check the status of the emberMessageSentHandler().

If the application includes this callback, it must define EMBER_APPLICATION_HAS_INCOMING_ROUTE_ERROR_HANDLER in its configuration header.


Definition at line 396 of file stack/include/message.h

emberIncomingNetworkStatusHandler#

void emberIncomingNetworkStatusHandler (uint8_t errorCode, EmberNodeId target)

Invoke when a network status message is received that informs the application of the Over-the-Air error codes for the specific destination.

Parameters
N/AerrorCode

uint8_t

N/Atarget

The short ID of the remote node.

Note: Network analyzer may flag this message as "route error" which is the old name for the "network status" command.

This handler is a superset of emberIncomingRouteErrorHandler. The old API was only invoking the handler for a couple of the possible error codes and these were being translated into EmberStatus.

To make the API more generic and extensible in future, the new API emberIncomingNetworkStatusHandler simply copies the OTA error code as is. If the application includes this callback, it must define EMBER_APPLICATION_HAS_INCOMING_NETWORK_STATUS_HANDLER in its configuration header.


Definition at line 419 of file stack/include/message.h

emberOverrideIncomingRouteRecordHandler#

void emberOverrideIncomingRouteRecordHandler (EmberNodeId source, EmberEUI64 sourceEui, uint8_t relayCount, EmberMessageBuffer header, uint8_t relayListIndex, bool * consumed)

SoC only. It reports the arrival of a route record command frame to the application.

Parameters
N/Asource

The id of the node that initiated the route record.

N/AsourceEui

The EUI64 of the node that initiated the route record.

N/ArelayCount

The number of relays in the list.

N/Aheader

The message buffer containing the route record frame.

N/ArelayListIndex

The starting index of the relay list. The relay closest to the source is listed first, and the relay closest to us is listed last. Short ids are stored low byte first. Be careful to use buffer-boundary-safe APIs to read the list.

N/Aconsumed

if set to true stack won't process the Incoming route record

The route record command frame lists the short IDs of the relays that were used along the route from the source to us. This information is used by aggregators to be able to initiate source routed messages. The application must define EMBER_APPLICATION_HAS_OVERRIDE_SOURCE_ROUTING in its configuration header to use this.


Definition at line 442 of file stack/include/message.h

emberOverrideAppendSourceRouteHandler#

uint8_t emberOverrideAppendSourceRouteHandler (EmberNodeId destination, EmberMessageBuffer * header, bool * consumed)

SoC only. The application can implement this callback to supply source routes to outgoing messages.

Parameters
N/Adestination

The network destination of the message.

N/Aheader

Pointer to the message buffer containing the partially complete packet header. The application appends the source route frame to this header.

N/Aconsumed

if set to true stack would skip appending the existing source route entry from the table

The application must define :EMBER_APPLICATION_HAS_OVERRIDE_SOURCE_ROUTING in its configuration header to use this. The application uses the supplied destination to look up a source route. If available, the application appends the source route to the supplied header using the proper frame format, as described in section 3.4.1.9 "Source Route Subframe Field" of the ZigBee specification. If a source route is appended, the stack takes care of setting the proper flag in the network frame control field. See app/util/source-route.c for a sample implementation.

If header is :EMBER_NULL_MESSAGE_BUFFER the only action is to return the size of the source route frame needed to the destination.

Returns

  • The size in bytes of the source route frame, or zero if there is not one available.


Definition at line 474 of file stack/include/message.h

emberIncomingRouteRecordHandler#

void emberIncomingRouteRecordHandler (EmberNodeId source, EmberEUI64 sourceEui, uint8_t relayCount, EmberMessageBuffer header, uint8_t relayListIndex)

DEPRECTAED emberOverrideIncomingRouteRecordHandler should be used Reports the arrival of a route record command frame to the application.

Parameters
N/Asource

The id of the node that initiated the route record.

N/AsourceEui

The EUI64 of the node that initiated the route record.

N/ArelayCount

The number of relays in the list.

N/Aheader

The message buffer containing the route record frame.

N/ArelayListIndex

The starting index of the relay list. The relay closest to the source is listed first, and the relay closest to us is listed last. Short ids are stored low byte first. Be careful to use buffer-boundary-safe APIs to read the list.

The route record command frame lists the short IDs of the relays that were used along the route from the source to us. This information is used by aggregators to be able to initiate source routed messages. The application must define EMBER_APPLICATION_HAS_SOURCE_ROUTING in its configuration header to use this.


Definition at line 498 of file stack/include/message.h

emberAppendSourceRouteHandler#

uint8_t emberAppendSourceRouteHandler (EmberNodeId destination, EmberMessageBuffer header)

DEPRECATED emberOverrideAppendSourceRouteHandler should be used The application can implement this callback to supply source routes to outgoing messages.

Parameters
N/Adestination

The network destination of the message.

N/Aheader

The message buffer containing the partially complete packet header. The application appends the source route frame to this header.

The application must define :EMBER_APPLICATION_HAS_SOURCE_ROUTING in its configuration header to use this. The application uses the supplied destination to look up a source route. If available, the application appends the source route to the supplied header using the proper frame format, as described in section 3.4.1.9 "Source Route Subframe Field" of the ZigBee specification. If a source route is appended, the stack takes care of setting the proper flag in the network frame control field. See app/util/source-route.c for a sample implementation.

If header is :EMBER_NULL_MESSAGE_BUFFER the only action is to return the size of the source route frame needed to the destination.

Returns

  • The size in bytes of the source route frame, or zero if there is not one available.


Definition at line 529 of file stack/include/message.h

emberCancelMessage#

EmberStatus emberCancelMessage (EmberMessageBuffer message)

DEPRECATED.

Parameters
N/Amessage

A message.

Returns


Definition at line 537 of file stack/include/message.h

emberMessageSentHandler#

void emberMessageSentHandler (EmberOutgoingMessageType type, uint16_t indexOrDestination, EmberApsFrame * apsFrame, EmberMessageBuffer message, EmberStatus status)

Invoke by the stack when it has completed sending a message.

Parameters
N/Atype

The type of message sent.

N/AindexOrDestination

The destination to which the message was sent. For direct unicasts, the destination to which the message was sent; for other unicasts, the address table or binding index to which the message was sent. The value is unspecified for multicasts and broadcasts.

N/AapsFrame

The APS frame for the message.

N/Amessage

The message that was sent.

N/Astatus

An EmberStatus value of EMBER_SUCCESS if an ACK was received from the destination or EMBER_DELIVERY_FAIL