Create a string representation of the last received callback frame in storage.
Create a string representation of the last received frame in storage.
Returns the number of EZSP responses that have been received by the serial protocol and are ready to be collected by the EZSP layer via responseReceived().
Add a child to the child/neighbor table only on SoC, allowing direct manipulation of these tables by the application. This can affect the network functionality, and needs to be used wisely. If used appropriately, the application can maintain more than the maximum of children provided by the stack.
The preferred short ID of the node.
The long ID of the node.
The nodetype e.g., SL_ZIGBEE_ROUTER defining, if this would be added to the child table or neighbor table.
Configures endpoint information on the NCP. The NCP does not remember these settings after a reset. Endpoints can be added by the Host after the NCP has reset. Once the status of the stack changes to EMBER_NETWORK_UP, endpoints can no longer be added and this command will respond with EzspStatus.ERROR_INVALID_CALL.
uint8_t The application endpoint to be added.
uint16_t The endpoint's application profile.
uint16_t The endpoint's device ID within the application profile.
uint8_t The endpoint's device version.
uint16_t * Input cluster IDs the endpoint will accept.
uint16_t * Output cluster IDs the endpoint may send.
Indicates whether any messages are currently being sent using this address table entry. Note that this function does not indicate whether the address table entry is unused. To determine whether an address table entry is unused, check the remote node ID. The remote node ID will have the value EMBER_TABLE_ENTRY_UNUSED_NODE_ID when the address table entry is not in use.
True if the address table entry is active, false otherwise.
This routine processes the passed chunk of data and updates the hash context based on it. If the 'finalize' parameter is not set, then the length of the data passed in must be a multiple of 16. If the 'finalize' parameter is set then the length can be any value up 1-16, and the final hash value will be calculated.
EmberAesMmoHashContext * The hash context to update.
This indicates whether the final hash value should be calculated
uint8_t * The data to hash.
The result of the operation
Encrypt/decrypt a message in-place using APS.
Encrypt (true) or decrypt (false) the message.
uint8_t Length of the array containing message, needs to be long enough to include the auxiliary header and MIC.
uint8_t * The message to be en/de-crypted.
uint8_t Index just past the APS frame.
IEEE address of the device this message is associated with.
Status of the encryption/decryption call.
Indicates whether any messages are currently being sent using this binding table entry. Note that this command does not indicate whether a binding is clear. To determine whether a binding is clear, check whether the type field of the EmberBindingTableEntry has the value EMBER_UNUSED_BINDING.
uint8_t The index of a binding table entry.
True if the binding table entry is active, false otherwise.
Callback A callback invoked by the EmberZNet stack when the MAC has finished transmitting a bootload message.
An EmberStatus value of SLStatus.OK if an ACK was received from the destination or SLStatus.ZIGBEE_DELIVERY_FAILED if no ACK was received.
uint8_t * The message that was sent.
This function broadcasts a new encryption key, but does not tell the nodes in the network to start using it. To tell nodes to switch to the new key, use ezspBroadcastNetworkKeySwitch(). This is only valid for the Trust Center/Coordinator. It is up to the application to determine how quickly to send the Switch Key after sending the alternate encryption key.
EmberKeyData * An optional pointer to a 16-byte encryption key (EMBER_ENCRYPTION_KEY_SIZE). An all zero key may be passed in, which will cause the stack to randomly generate a new key.
SLStatus value that indicates the success or failure of the command.
Calculates the SMAC verification keys for both the initiator and responder roles of CBKE using the passed parameters and the stored public/private key pair previously generated with ezspGenerateKeysRetrieveCert(). It also stores the unverified link key data in temporary storage on the NCP until the key establishment is complete.
The role of this device in the Key Establishment protocol.
EmberCertificateData * The key establishment partner's implicit certificate.
EmberPublicKeyData * The key establishment partner's ephemeral public key
Calculates the SMAC verification keys for both the initiator and responder roles of CBKE for the 283k1 ECC curve using the passed parameters and the stored public/private key pair previously generated with ezspGenerateKeysRetrieveCert283k1(). It also stores the unverified link key data in temporary storage on the NCP until the key establishment is complete.
The role of this device in the Key Establishment protocol.
EmberCertificate283k1Data * The key establishment partner's implicit certificate.
EmberPublicKey283k1Data * The key establishment partner's ephemeral public key
Callback A callback to indicate that the NCP has finished calculating the Secure Message Authentication Codes (SMAC) for both the initiator and responder. The associated link key is kept in temporary storage until the host tells the NCP to store or discard the key via emberClearTemporaryDataMaybeStoreLinkKey().
The Result of the CBKE operation.
EmberSmacData * The calculated value of the initiator's SMAC
EmberSmacData * The calculated value of the responder's SMAC
Callback A callback to indicate that the NCP has finished calculating the Secure Message Authentication Codes (SMAC) for both the initiator and responder for the CBKE 283k1 Library. The associated link key is kept in temporary storage until the host tells the NCP to store or discard the key via emberClearTemporaryDataMaybeStoreLinkKey().
The Result of the CBKE operation.
EmberSmacData * The calculated value of the initiator's SMAC
EmberSmacData * The calculated value of the responder's SMAC
Check whether a key context can be used to load a valid key.
sl_zb_sec_man_context_t * Context struct to check the validity of.
Validity of the checked context.
Convert a child index to a node ID
uint8_t The index of the child of interest in the child table. Possible indexes range from zero to EMBER_CHILD_TABLE_SIZE.
The node ID of the child or EMBER_NULL_NODE_ID if there isn't a child at the childIndex specified
Callback Indicates that a child has joined or left.
uint8_t The index of the child of interest.
True if the child is joining. False the child is leaving.
The node ID of the child.
The EUI64 of the child.
The node type of the child.
Return radio power value of the child from the given childIndex
uint8_t The index of the child of interest in the child table. Possible indexes range from zero to SL_ZIGBEE_CHILD_TABLE_SIZE.
The power of the child or maximum radio power, which is the power value provided by the user while forming/joining a network if there isn't a child at the childIndex specified
Clear a flag to indicate that there are no more messages for a child. The next time the child polls, it will be informed that it does not have any pending messages.
The ID of the child that no longer has pending messages.
Clears the temporary data associated with CBKE and the key establishment, most notably the ephemeral public/private key pair. If storeLinKey is true it moves the unverified link key stored in temporary storage into the link key table. Otherwise it discards the key.
A bool indicating whether to store (true) or discard (false) the unverified link key derived when ezspCalculateSmacs() was previously called.
Clears the temporary data associated with CBKE and the key establishment, most notably the ephemeral public/private key pair. If storeLinKey is true it moves the unverified link key stored in temporary storage into the link key table. Otherwise it discards the key.
A bool indicating whether to store (true) or discard (false) the unverified link key derived when ezspCalculateSmacs() was previously called.
Notes when a route error has occurred.
Check if a particular counter can report on the destination node ID they have been triggered from.
The counter to be checked.
Whether this counter requires the destination node ID.
Check if a particular counter is one that could report from either a 2.4GHz or sub-GHz interface.
The counter to be checked.
Whether this counter requires a PHY index when operating on a dual-PHY system.
Callback This call is fired when a counter exceeds its threshold
Type of Counter
Return a bitmask indicating the stack's current tasks. The mask ::SL_ZIGBEE_HIGH_PRIORITY_TASKS defines which tasks are high priority. Devices should not sleep if any high priority tasks are active. Active tasks that are not high priority are waiting for messages to arrive from other devices. If there are active tasks, but no high priority ones, the device may sleep but should periodically wake up and call ::emberPollForData() in order to receive messages. Parents will hold messages for ::SL_ZIGBEE_INDIRECT_TRANSMISSION_TIMEOUT milliseconds before discarding them.
A bitmask of the stack's active tasks.
Provides the customer a custom EZSP frame. On the NCP, these frames are only handled if the XNCP library is included. On the NCP side these frames are handled in the emberXNcpIncomingCustomEzspMessageCallback() callback function.
The status returned by the custom command.
Sends a debug message from the Host to the Network Analyzer utility via the NCP.
true if the message should be interpreted as binary data, false if the message should be interpreted as ASCII text.
uint8_t * The binary message.
An SLStatus value indicating success or the reason for failure.
Adds/removes an entry from the GP Tx Queue.
The action to perform on the GP TX queue (true to add, false to remove).
Whether to use ClearChannelAssessment when transmitting the GPDF.
EmberGpAddress * The Address of the destination GPD.
uint8_t The GPD command ID to send.
uint8_t * The GP command payload.
uint8_t The handle to refer to the GPDF.
uint16_t How long to keep the GPDF in the TX Queue.
An SLStatus value indicating success or the reason for failure.
Callback A callback to the GP endpoint to indicate the result of the GPDF transmission.
An SLStatus value indicating success or the reason for failure.
uint8_t The handle of the GPDF.
Callback The handler that returns the results of the signing operation. On success, the signature will be appended to the original message (including the signature type indicator that replaced the startIndex field for the signing) and both are returned via this callback.
The result of the DSA signing operation.
uint8_t *The message and attached which includes the original message and the appended signature.
Verify that signature of the associated message digest was signed by the private key of the associated certificate.
EmberMessageDigest * The AES-MMO message digest of the signed data. If dsaSign command was used to generate the signature for this data, the final byte (replaced by signature type of 0x01) in the messageContents array passed to dsaSign is included in the hash context used for the digest calculation.
EmberCertificateData * The certificate of the signer. Note that the signer's certificate and the verifier's certificate must both be issued by the same Certificate Authority, so they should share the same CA Public Key.
EmberSignatureData * The signature of the signed data.
Verify that signature of the associated message digest was signed by the private key of the associated certificate.
EmberMessageDigest * The AES-MMO message digest of the signed data. If dsaSign command was used to generate the signature for this data, the final byte (replaced by signature type of 0x01) in the messageContents array passed to dsaSign is included in the hash context used for the digest calculation.
EmberCertificate283k1Data * The certificate of the signer. Note that the signer's certificate and the verifier's certificate must both be issued by the same Certificate Authority, so they should share the same CA Public Key.
EmberSignature283k1Data * The signature of the signed data.
Callback This callback is executed by the stack when the DSA verification has completed and has a result. If the result is EMBER_SUCCESS, the signature is valid. If the result is EMBER_SIGNATURE_VERIFY_FAILURE then the signature is invalid. If the result is anything else then the signature verify operation failed and the validity is unknown.
The result of the DSA verification operation.
Callback Callback fires when the duty cycle state has changed
uint8_t The channel page whose duty cycle state has changed.
uint8_t The channel number whose duty cycle state has changed.
The current duty cycle state.
uint8_t The total number of connected end devices that are being monitored for duty cycle.
EmberPerDeviceDutyCycle * Consumed duty cycles of end devices that are being monitored. The first entry always be the local stack's nodeId, and thus the total aggregate duty cycle for the device.
Variable length data from the Host is echoed back by the NCP. This command has no other effects and is designed for testing the link between the Host and NCP.
uint8_t * The data to be echoed back.
uint8_t * The echo of the data.
Sends a ZDO energy scan request. This request may only be sent by the current network manager and must be unicast, not broadcast. See ezsp-utils.h for related macros emberSetNetworkManagerRequest() and emberChangeChannelRequest().
The network address of the node to perform the scan.
uint32_t A mask of the channels to be scanned
uint8_t How long to scan on each channel. Allowed values are 0..5, with the scan times as specified by 802.15.4 (0 = 31ms, 1 = 46ms, 2 = 77ms, 3 = 138ms, 4 = 261ms, 5 = 507ms).
uint16_t The number of scans to be performed on each channel (1..8).
An SLStatus value indicating success or the reason for failure.
Callback Reports the result of an energy scan for a single channel. The scan is not complete until the scanCompleteHandler callback is called.
uint8_t The 802.15.4 channel number that was scanned.
int8_t The maximum RSSI value found on the channel.
This function erases the data in the key table entry at the specified index. If the index is invalid, false is returned.
uint8_t This indicates the index of entry to erase.
The success or failure of the operation.
Event from the EZSP layer indicating that the transaction with the NCP could not be completed due to a serial protocol error or that the response received from the NCP reported an error. The status parameter provides more information about the error.
Exports a key from security manager based on passed context.
sl_zb_sec_man_context_t * Metadata to identify the requested key.
sl_zb_sec_man_key_t * Data to store the exported key in.
Export the link key associated with the given EUI from the key table.
EUI64 associated with the key to export.
Status of key export operation.
Export the link key at given index from the key table.
Status of key export operation.
Export a transient link key associated with a given EUI64
Index to export from.
Status of key export operation.
Export a transient link key from a given table index.
Status of key export operation.
The application may call this function when contact with the network has been lost. The most common usage case is when an end device can no longer communicate with its parent and wishes to find a new one. Another case is when a device has missed a Network Key update and no longer has the current Network Key. The stack will call ezspStackStatusHandler to indicate that the network is down, then try to re-establish contact with the network by performing an active scan, choosing a network with matching extended pan id, and sending a ZigBee network rejoin request. A second call to the ezspStackStatusHandler callback indicates either the success or the failure of the attempt. The process takes approximately 150 milliseconds per channel to complete.
This parameter tells the stack whether to try to use the current network key. If it has the current network key it will perform a secure rejoin (encrypted). If this fails the device should try an unsecure rejoin. If the Trust Center allows the rejoin then the current Network Key will be sent encrypted using the device's Link Key.
uint32_t A mask indicating the channels to be scanned. See emberStartScan for format details. A value of 0 is reinterpreted as the mask for the current channel.
uint8_t A sl_zigbee_rejoin_reason_t variable which could be passed in if there is actually a reason for rejoin, or could be left at 0xFF
uint8_t The rejoin could be triggered with a different nodeType. This value could be set to 0 or SL_ZIGBEE_DEVICE_TYPE_UNCHANGED if not needed.
An SLStatus value indicating success or the reason for failure.
This function searches through the Key Table and tries to find the entry that matches the passed search criteria.
The address to search for. Alternatively, all zeros may be passed in to search for the first empty entry.
This indicates whether to search for an entry that contains a link key or a master key. true means to search for an entry with a Link Key.
uint8_t This indicates the index of the entry that matches the search criteria. A value of 0xFF is returned if not matching entry is found.
This function starts a series of scans which will return an available panId.
uint32_t The channels that will be scanned for available panIds.
uint8_t The duration of the procedure.
The error condition that occurred during the scan. Value will be SLStatus.OK if there are no errors.
Forms a new network by becoming the coordinator.
EmberNetworkParameters * Specification of the new network.
An SLStatus value indicating success or the reason for failure.
Callback A callback by the Crypto Engine indicating that a new ephemeral public/private key pair has been generated. The public/private key pair is stored on the NCP, but only the associated public key is returned to the host. The node's associated certificate is also returned.
The result of the CBKE operation.
EmberPublicKeyData * The generated ephemeral public key.
Callback A callback by the Crypto Engine indicating that a new 283k1 ephemeral public/private key pair has been generated. The public/private key pair is stored on the NCP, but only the associated public key is returned to the host. The node's associated certificate is also returned.
The result of the CBKE operation.
EmberPublicKey283k1Data * The generated ephemeral public key.
Gets the EUI64 and short ID of an address table entry.
An SLStatus value indicating success or the reason for failure.
Retrieve metadata about an APS link key. Does not retrieve contents.
sl_zb_sec_man_context_t * Context used to input information about key.
Status of metadata retrieval operation.
Gets the priority masks and related variables for choosing the best beacon.
The attempt to get the parameters returns SLStatus.OK
Gets an entry from the binding table.
uint8_t The index of a binding table entry.
An SLStatus value indicating success or the reason for failure.
Returns the node ID for the binding's destination, if the ID is known. If a message is sent using the binding and the destination's ID is not known, the stack will discover the ID by broadcasting a ZDO address request. The application can avoid the need for this discovery by using setBindingRemoteNodeId when it knows the correct ID via some other means. The destination's node ID is forgotten when the binding is changed, when the local node reboots or, much more rarely, when the destination node changes its ID in response to an ID conflict.
uint8_t The index of a binding table entry.
The short ID of the destination node or EMBER_NULL_NODE_ID if no destination is known.
Retrieves the certificate installed on the NCP.
EmberCertificateData * The locally installed certificate.
Retrieves the 283k certificate installed on the NCP.
EmberCertificate283k1Data * The locally installed certificate.
Returns information about a child of the local node.
Reads a configuration value from the NCP.
Identifies which configuration value to read.
Returns the duty cycle of the stack's connected children that are being monitored, up to maxDevices. It indicates the amount of overall duty cycle they have consumed (up to the suspend limit). The first entry is always the local stack's nodeId, and thus the total aggregate duty cycle for the device. The passed pointer arrayOfDeviceDutyCycles MUST have space for maxDevices.
uint8_t Number of devices to retrieve consumed duty cycle.
Gets the current security state that is being used by a device that is joined in the network.
The success or failure code of the operation.
Obtains the current duty cycle limits that were previously set by a call to emberSetDutyCycleLimitsInStack(), or the defaults set by the stack if no set call was made.
An SLStatus value indicating the success or failure of the command.
Obtains the current duty cycle state.
An SLStatus value indicating the success or failure of the command.
Retrieve one of the cluster IDs associated with the given endpoint.
Endpoint number to get a cluster ID for.
Which list to get the cluster ID from. (0 for input, 1 for output).
Index from requested list to look at the cluster ID of.
ID of the requested cluster.
Retrieve the endpoint description for the given endpoint number.
Endpoint number to get the description of.
Description of this endpoint.
Function for manipulating the endpoints flags on the NCP.
Wrapper for ezspGetExtendedValue
.
uint8_t
EzspStatus
Get the 8-byte extended PAN ID of this node.
Extended PAN ID of this node. Valid only if it is currently on a network.
Wrapper for ezspGetValue
.
Indicates whether or not the stack will extend the normal interval between retransmissions of a retried unicast message by EMBER_INDIRECT_TRANSMISSION_TIMEOUT.
The address of the node for which the timeout is to be returned.
Reads a value from the NCP but passes an extra argument specific to the value being retrieved.
Identifies which extended value ID to read.
uint32_t Identifies which characteristics of the extended value ID to read. These are specific to the value being read.
Wrapper for ezspGetExtendedValue
.
EzspStatus
Wrapper for ezspGetValue
.
EzspStatus
This retrieves the status of the passed library ID to determine if it is compiled into the stack.
The ID of the library being queried.
The status of the library being queried.
Retrieves a manufacturing token from the Flash Information Area of the NCP (except for EZSP_STACK_CAL_DATA which is managed by the stack).
Which manufacturing token to read.
uint8_t The length of the tokenData parameter in bytes.
Gets an entry from the multicast table.
An SLStatus value indicating success or the reason for failure.
Returns the neighbor table entry at the given index. The number of active neighbors can be obtained using the neighborCount command.
uint8_t The index of the neighbor of interest. Neighbors are stored in ascending order by node id, with all unused entries at the end of the table.
Return EmberStatus depending on whether the frame counter of the node is found in the neighbor or child table. This function gets the last received frame counter as found in the Network Auxiliary header for the specified neighbor or child
eui64 of the node
Retrieve information about the current and alternate network key, excluding their contents.
Success or failure of retrieving network key info.
Returns the current network parameters.
An SLStatus value indicating success or the reason for failure.
Returns information about the children of the local node and the parent of the local node.
uint8_t The number of children the node currently has.
Allows the Host to read the policies used by the NCP to make fast decisions.
Identifies which policy to read.
Returns the current radio parameters based on phy index.
uint8_t Desired index of phy interface for radio parameters.
An SLStatus value indicating success or the reason for failure.
Returns the route table entry at the given index. The route table size can be obtained using the getConfigurationValue command.
uint8_t The index of the route table entry of interest.
Returns information about a source route table entry
uint8_t The index of the entry of interest in the source route table. Possible indexes range from zero to SOURCE_ROUTE_TABLE_FILLED_SIZE.
Detects if the standalone bootloader is installed, and if so returns the installed version. If not return 0xffff. A returned version of 0x1234 would indicate version 1.2 build 34. Also return the node's version of PLAT, MICRO and PHY.
uint16_t BOOTLOADER_INVALID_VERSION if the standalone bootloader is not present, or the version of the installed standalone bootloader.
Fetches the specified beacon in the cache. Beacons are stored in cache after issuing an active scan.
uint8_t The beacon index to fetch. Valid values range from 0 to ezspGetNumStoredBeacons-1.
An appropriate SLStatus status code.
Gets information about a timer. The Host can use this command to find out how much longer it will be before a previously set timer will generate a callback.
uint8_t Which timer to get information about (0 or 1).
uint16_t The delay before the timerHandler callback will be generated.
Retrieves a token (8 bytes of non-volatile storage) from the Simulated EEPROM of the NCP.
uint8_t Which token to read
An SLStatus value indicating success or the reason for failure.
Gets the token data for a single token with provided key
uint32_t Key of the token in the token table for which data is needed.
uint32_t Index in case of the indexed token.
An SLStatus value indicating success or the reason for failure.
Gets the token information for a single token at provided index
uint8_t Index of the token in the token table for which information is needed.
An SLStatus value indicating success or the reason for failure.
Returns the entropy source used for true random number generation.
Value indicates the used entropy source.
Reads a value from the NCP.
Identifies which value to read.
Retrieving the new version info.
Wrapper for ezspGetValue
.
Send status
Allows the HOST to know whether the NCP is running the XNCP library. If so, the response contains also the manufacturer ID and the version number of the XNCP application that is running on the NCP.
Callback A callback invoked by the ZigBee GP stack when a GPDF is received.
The status of the GPDF receive.
uint8_t The gpdLink value of the received GPDF.
uint8_t The GPDF sequence number.
EmberGpAddress *The address of the source GPD.
The security level of the received GPDF.
The securityKeyType used to decrypt/authenticate the incoming GPDF.
Whether the incoming GPDF had the auto-commissioning bit set.
uint8_t Bidirectional information represented in bitfields, where bit0 holds the rxAfterTx of incoming gpdf and bit1 holds if tx queue is available for outgoing gpdf.
uint32_t The security frame counter of the incoming GDPF.
uint8_t The gpdCommandId of the incoming GPDF.
uint32_t The received MIC of the GPDF.
uint8_tThe proxy table index of the corresponding proxy table entry to the incoming GPDF.
uint8_t * The GPD command payload.
Retrieves the proxy table entry stored at the passed index.
uint8_t The index of the requested proxy table entry.
An SLStatus value indicating success or the reason for failure.
Finds the index of the passed address in the gp table.
EmberGpAddress * The address to search for
uint8_t The index, or 0xFF for not found
Update the GP Proxy table based on a GP pairing.
uint32_t The options field of the GP Pairing command.
EmberGpAddress * The target GPD.
uint8_t The communication mode of the GP Sink.
uint16_t The network address of the GP Sink.
uint16_t The group ID of the GP Sink.
uint16_t The alias assigned to the GPD.
uint8_t * The IEEE address of the GP Sink.
EmberKeyData * The key to use for the target GPD.
uint32_t The GPD security frame counter.
uint8_t The forwarding radius.
Whether a GP Pairing has been created or not.
Puts the GPS in commissioning mode.
An SLStatus value indicating success or the reason for failure.
Finds or allocates a sink entry
EmberGpAddress * An EmberGpAddress struct containing a copy of the gpd address to be found.
uint8_t An index of found or allocated sink or 0xFF if failed.
Retrieves the sink table entry stored at the passed index.
uint8_t The index of the requested sink table entry.
An SLStatus value indicating success or the reason for failure.
Finds the index of the passed address in the gp table.
EmberGpAddress *The address to search for.
uint8_t The index, or 0xFF for not found
Retrieves the sink table entry stored at the passed index.
uint8_t The index of the requested sink table entry.
EmberGpSinkTableEntry * An EmberGpSinkTableEntry struct containing a copy of the sink entry to be updated.
An SLStatus value indicating success or the reason for failure.
Callback A callback invoked 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. The stack automatically removes the conflicting short id from its internal tables (address, binding, route, neighbor, and child tables). The application should discontinue any other use of the id.
The short id for which a conflict was detected
Imports a key into security manager based on passed context.
sl_zb_sec_man_context_t * Metadata to identify where the imported key should be stored.
sl_zb_sec_man_key_t * The key to be imported.
The success or failure code of the operation.
Import an application link key into the key table.
uint8_t Index where this key is to be imported to.
EUI64 this key is associated with.
sl_zb_sec_man_key_t * The key data to be imported.
Status of key import operation.
Import a transient link key.
EUI64 associated with this transient key.
sl_zb_sec_man_key_t * The key to import.
sl_zigbee_sec_man_flags_t (unused in v14+) Flags associated with this transient key.
Status of key import operation.
Callback A callback invoked by the EmberZNet stack when a bootload message is received.
The EUI64 of the sending node.
Information about the incoming packet.
uint8_t *The bootload message that was sent.
Callback A callback indicating that a many-to-one route to the concentrator with the given short and long id is available for use.
The EUI64 of the concentrator.
uint8_t The path cost to the concentrator. The cost may decrease as additional route request packets for this discovery arrive, but the callback is made only once.
Callback A callback indicating a message has been received.
The type of the incoming message. One of the following: EMBER_INCOMING_UNICAST, EMBER_INCOMING_UNICAST_REPLY, EMBER_INCOMING_MULTICAST, EMBER_INCOMING_MULTICAST_LOOPBACK, EMBER_INCOMING_BROADCAST, EMBER_INCOMING_BROADCAST_LOOPBACK
EmberApsFrame * The APS frame from the incoming message.
Miscellanous message information.
uint8_t * The incoming message.
Callback A callback to be implemented on the Golden Node to process acknowledgements. If you supply a custom version of this handler, you must define SL_ZIGBEE_APPLICATION_HAS_INCOMING_MFG_TEST_MESSAGE_HANDLER in your application's CONFIGURATION_HEADER
uint8_t The type of the incoming message. Currently, the only possibility is MFG_TEST_TYPE_ACK.
Callback A callback invoked when a network status/route error message is received. The error indicates that there was a problem sending/receiving messages from the target 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 ezspIncomingRouteErrorHandler. The old API was only invoking the handler for a couple of the possible error codes and these were being translated into EmberStatus.
uint8_t One byte over-the-air error code from network status message
The short ID of the remote node
Callback A callback invoked when a route error message is received. The error indicates that a problem routing to or from the target node was encountered.
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().
::EMBER_SOURCE_ROUTE_FAILURE, ::EMBER_MANY_TO_ONE_ROUTE_FAILURE, ::EMBER_MAC_INDIRECT_TIMEOUT
The short id of the remote node.
Callback Reports the arrival of a route record command frame.
uint8_t The link quality from the node that last relayed the route record.
int8_t The energy level (in units of dBm) observed during the reception.
uint8_t * The route record. Each relay in the list is an uint16_t node ID. The list is passed as uint8_t * to avoid alignment problems.
Causes the stack to associate with the network using the specified network parameters. It can take several seconds for the stack to associate with the local network. Do not send messages until the stackStatusHandler callback informs you that the stack is up.
Specification of the role that this node will have in the network. This role must not be EMBER_COORDINATOR. To be a coordinator, use the formNetwork command.
EmberNetworkParameters * Specification of the network with which the node should associate.
An SLStatus value indicating success or the reason for failure.
Causes the stack to associate with the network using the specified network parameters in the beacon parameter. It can take several seconds for the stack to associate with the local network. Do not send messages until the stackStatusHandler callback informs you that the stack is up. Unlike ::emberJoinNetwork(), this function does not issue an active scan before joining. Instead, it will cause the local node to issue a MAC Association Request directly to the specified target node. It is assumed that the beacon parameter is an artifact after issuing an active scan. (For more information, see emberGetBestBeacon and emberGetNextBeacon.)
Specifies the role that this node will have in the network. This role must not be EMBER_COORDINATOR. To be a coordinator, use the formNetwork command.
EmberBeaconData * Specifies the network with which the node should associate.
int8_t The radio transmit power to use, specified in dBm.
If true, clear beacons in cache upon join success. If join fail, do nothing.
An SLStatus value indicating success or the reason for failure.
Quits the current application and launches the standalone bootloader (if installed). The function returns an error if the standalone bootloader is not present.
If true, launch the standalone bootloader. If false, do nothing.
An SLStatus value indicating success or the reason for failure.
Causes the stack to leave the current network. This generates a stackStatusHandler callback to indicate that the network is down. The radio will not be used until after sending a formNetwork or joinNetwork command.
This parameter gives options when leave network
An SLStatus value indicating success or the reason for failure.
Returns the EUI64 that corresponds to the specified node ID. The EUI64 is found by searching through all stack tables for the specified node ID.
The short ID of the node to look up.
Returns the node ID that corresponds to the specified EUI64. The node ID is found by searching through all stack tables for the specified EUI64.
The EUI64 of the node to look up.
The short ID of the node or SL_ZIGBEE_NULL_NODE_ID if the short ID is not known.
Callback A callback invoked by the EmberZNet stack when a raw MAC message that has matched one of the application's configured MAC filters.
uint8_t The index of the filter that was matched.
The type of MAC passthrough message received.
Information about the incoming packet.
uint8_t * The raw message that was received.
Callback A callback invoked by the EmberZNet stack when a MAC passthrough message is received.
The type of MAC passthrough message received.
Information about the incoming packet.
uint8_t * The raw message that was received.
Callback A callback indicating the stack has completed sending a message.
SL_STATUS_OK if an ACK was received from the destination
The type of message sent.
uint16_t The destination to which the message was sent, for direct unicasts, or the address table or binding index for other unicasts. The value is unspecified for multicasts and broadcasts.
EmberApsFrame * The APS frame for the message.
uint8_t The value supplied by the Host in the ezspSendUnicast, ezspSendBroadcast or ezspSendMulticast command.
Optional
messageContents: Bufferuint8_t * The unicast message supplied by the Host. The message contents are only included here if the decision for the messageContentsInCallback policy is messageTagAndContentsInCallback.
Callback A callback indicating a packet with a valid CRC has been received.
uint8_t The link quality observed during the reception
int8_t The energy level (in units of dBm) observed during the reception.
uint8_t * The received packet (last 2 bytes are not FCS / CRC and may be discarded) Length will be greater than 3 and less than 123.
A function used in each of the manufacturing configuration API calls. Most implementations will not need to call this function directly. See mfg-test.c for more detail. This function executes only during manufacturing configuration mode and returns an error otherwise.
A pointer to the outgoing command string.
An SLStatus value indicating success or failure of the command.
A function used during manufacturing configuration on the Golden Node to set the DUT's 8-byte EUI ID. This function executes only during manufacturing configuration mode and returns an error otherwise. If successful, the DUT acknowledges the new EUI ID within 150 milliseconds.
The 8-byte EUID for the DUT.
An SLStatus value indicating success or failure of the command.
A function used during manufacturing configuration on the Golden Node to set the DUT's 16-byte configuration string. This function executes only during manufacturing configuration mode and will return an error otherwise. If successful, the DUT will acknowledge the new string within 150 milliseconds.
The 16-byte manufacturing string.
An SLStatus value indicating success or failure of the command.
A function used during manufacturing configuration on the Golden Node to set the DUT's radio parameters. This function executes only during manufacturing configuration mode and returns an error otherwise. If successful, the DUT acknowledges the new parameters within 25 milliseconds.
Sets the radio band for the DUT. See ember-common.h for possible values.
Sets the CC1020 crystal offset. This parameter has no effect on the EM2420, and it may safely be set to 0 for this RFIC.
An SLStatus value indicating success or failure of the command.
A function used during manufacturing configuration on the Golden Node to send the DUT a reboot command. The usual practice is to execute this command at the end of manufacturing configuration, to place the DUT into normal network operation for testing. This function executes only during manufacturing configuration mode and returns an error otherwise. If successful, the DUT acknowledges the reboot command within 20 milliseconds and then reboots.
An SLStatus value indicating success or failure of the command.
A function used on the Golden Node to switch between normal network operation (for testing) and manufacturing configuration. Like emberSleep(), it may not be possible to execute this command due to pending network activity. For the transition from normal network operation to manufacturing configuration, it is customary to loop, calling this function alternately with emberTick() until the mode change succeeds.
Determines the new mode of operation. true causes the node to enter manufacturing configuration. false causes the node to return to normal network operation.
An SLStatus value indicating success or failure of the command.
Sets the channel for desired phy interface to use for sending and receiving messages. For a list of available radio pages and channels, see the technical specification for the RF communication module in your Developer Kit. Note: Care should be taken when using this API, as all devices on a network must use the same page and channel.
uint8_t Index of phy interface. The native phy index would be always zero hence valid phy index starts from one.
uint8_t Desired radio channel page.
uint8_t Desired radio channel.
An SLStatus value indicating the success or failure of the command.
Sets the radio output power for desired phy interface at which a node is operating. Ember radios have discrete power settings. For a list of available power settings, see the technical specification for the RF communication module in your Developer Kit. Note: Care should be taken when using this api on a running network, as it will directly impact the established link qualities neighboring nodes have with the node on which it is called. This can lead to disruption of existing routes and erratic network behavior.
uint8_t Index of phy interface. The native phy index would be always zero hence valid phy index starts from one.
int8_t Desired radio output power, in dBm.
An SLStatus value indicating the success or failure of the command.
This causes to initialize the desired radio interface other than native and form a new network by becoming the coordinator with same panId as native radio network.
uint8_t Index of phy interface. The native phy index would be always zero hence valid phy index starts from one.
uint8_t Desired radio channel page.
uint8_t Desired radio channel.
int8_t Desired radio output power, in dBm.
Network configuration bitmask.
An SLStatus value indicating success or the reason for failure.
This causes to bring down the radio interface other than native.
uint8_t Index of phy interface. The native phy index would be always zero hence valid phy index starts from one.
An SLStatus value indicating success or the reason for failure.
Callback Reports that a network was found as a result of a prior call to startScan. Gives the network parameters useful for deciding which network to join.
EmberZigbeeNetwork * The parameters associated with the network found.
uint8_t The link quality from the node that generated this beacon.
int8_t The energy level (in units of dBm) observed during the reception.
Resume network operation after a reboot. The node retains its original type. This should be called on startup whether or not the node was previously part of a network. EMBER_NOT_JOINED is returned if the node is not part of a network. This command accepts options to control the network initialization.
EmberNetworkInitStruct * An EmberNetworkInitStruct containing the options for initialization.
Returns a value indicating whether the node is joining, joined to, or leaving a network.
Command send status.
Indicate whether the stack currently has any tasks pending. If no tasks are pending, ::emberTick() does not need to be called until the next time a stack API function is called. This function can only be called when the node type is ::SL_ZIGBEE_SLEEPY_END_DEVICE.
True if the application may sleep for as long as it wishes.
Indicate whether the stack is currently in a state where there are no high-priority tasks, allowing the device to sleep. There may be tasks expecting incoming messages, in which case the device should periodically wake up and call ::emberPollForData() in order to receive messages. This function can only be called when the node type is ::SL_ZIGBEE_SLEEPY_END_DEVICE
True if the application may sleep but the stack may be expecting incoming messages.
Tells the stack to allow other nodes to join the network with this node as their parent. Joining is initially disabled by default.
uint8_t A value of 0x00 disables joining. A value of 0xFF enables joining. Any other value enables joining for that number of seconds.
An SLStatus value indicating success or the reason for failure.
Callback Indicates the result of a data poll to the parent of the local node.
An SLStatus value:
Periodically request any pending data from our parent. Setting interval to 0 or units to EMBER_EVENT_INACTIVE will generate a single poll.
uint16_t The time between polls. Note that the timer clock is free running and is not synchronized with this command. This means that the time will be between interval and (interval - 1). The maximum interval is 32767.
The units for interval.
uint8_t The number of poll failures that will be tolerated before a pollCompleteHandler callback is generated. A value of zero will result in a callback for every poll. Any status value apart from EMBER_SUCCESS and EMBER_MAC_NO_DATA is counted as a failure.
The result of sending the first poll.
Sends proxied broadcast message for another node in conjunction with sl_zigbee_proxy_broadcast where a long source is also specified in the NWK frame control.
The long source from which to send the broadcast
An SLStatus value indicating success or the reason for failure.
Get the current scheduler priorities for multiprotocol apps.
The current priorities.
Set the current scheduler priorities for multiprotocol apps.
The current priorities.
Callback A callback invoked by the EmberZNet stack when the MAC has finished transmitting a raw message.
(v14+)
SLStatus.OK if the transmission was successful,
Read attribute data on NCP endpoints.
uint8_t Endpoint
uint16_t Cluster.
uint16_t Attribute ID.
uint8_t Mask.
uint16_t Manufacturer code.
An sl_zigbee_af_status_t value indicating success or the reason for failure, handled by the EZSP layer as a uint8_t.
Callback The NCP used the external binding modification policy to decide how to handle a remote delete binding request. The Host cannot change the current decision, but it can change the policy for future decisions using the setPolicy command.
uint8_t The index of the binding whose deletion was requested.
SLStatus.OK if the binding was removed from the table and any other status if not.
Callback The NCP used the external binding modification policy to decide how to handle a remote set binding request. The Host cannot change the current decision, but it can change the policy for future decisions using the setPolicy command.
EmberBindingTableEntry * The requested binding.
uint8_t The index at which the binding was added.
SLStatus.OK if the binding was added to the table and any other status if not.
Remove a node from child/neighbor table only on SoC, allowing direct manipulation of these tables by the application. This can affect the network functionality, and needs to be used wisely.
The long ID of the node.
This command sends an APS remove device using APS encryption to the destination indicating either to remove itself from the network, or one of its children.
The node ID of the device that will receive the message
The long address (EUI64) of the device that will receive the message.
The long address (EUI64) of the device to be removed.
An SLStatus value indicating success, or the reason for failure
Remove a neighbor from neighbor table only on SoC, allowing direct manipulation of neighbor table by the application. This can affect the network functionality, and needs to be used wisely.
The short ID of the neighbor.
The long ID of the neighbor.
Replaces the EUI64, short ID and extended timeout setting of an address table entry. The previous EUI64, short ID and extended timeout setting are returned.
uint8_t The index of the address table entry that will be modified.
The EUI64 to be written to the address table entry.
One of the following: The short ID corresponding to the new EUI64. SL_ZIGBEE_UNKNOWN_NODE_ID if the new EUI64 is valid but the short ID is unknown and should be discovered by the stack. SL_ZIGBEE_TABLE_ENTRY_UNUSED_NODE_ID if the address table entry is now unused.
true if the retry interval should be increased by SL_ZIGBEE_INDIRECT_TRANSMISSION_TIMEOUT. false if the normal retry interval should be used.
A function to request a Link Key from the Trust Center with another device on the Network (which could be the Trust Center). A Link Key with the Trust Center is possible but the requesting device cannot be the Trust Center. Link Keys are optional in ZigBee Standard Security and thus the stack cannot know whether the other device supports them. If EMBER_REQUEST_KEY_TIMEOUT is non-zero on the Trust Center and the partner device is not the Trust Center, both devices must request keys with their partner device within the time period. The Trust Center only supports one outstanding key request at a time and therefore will ignore other requests. If the timeout is zero then the Trust Center will immediately respond and not wait for the second request. The Trust Center will always immediately respond to requests for a Link Key with it. Sleepy devices should poll at a higher rate until a response is received or the request times out. The success or failure of the request is returned via ezspZigbeeKeyEstablishmentHandler(...)
This is the IEEE address of the partner device that will share the link key.
The success or failure of sending the request. This is not the final result of the attempt. ezspZigbeeKeyEstablishmentHandler(...) will return that.
Callback
uint8_t The channel on which the current error occurred. Undefined for the case of EMBER_SUCCESS.
The error condition that occurred on the current channel. Value will be SLStatus.OK when the scan has completed. Other error conditions signify a failure to scan on the channel specified.
Transmits the given bootload message to a neighboring node using a specific 802.15.4 header that allows the EmberZNet stack as well as the bootloader to recognize the message, but will not interfere with other ZigBee stacks.
If true, the destination address and pan id are both set to the broadcast address.
The EUI64 of the target node. Ignored if the broadcast field is set to true.
uint8_t * The multicast message.
An SLStatus value indicating success or the reason for failure.
Sends a broadcast message as per the ZigBee specification.
uint16_t (unused in v13-) The aliased source from which we send the broadcast. This must be SL_ZIGBEE_NULL_NODE_ID if we do not need an aliased source
The destination to which to send the broadcast. This must be one of the three ZigBee broadcast addresses.
uint8_t (unused in v13-) The alias nwk sequence number. This won't be used if there is no aliased source.
EmberApsFrame * The APS frame for the message.
uint8_t The message will be delivered to all nodes within radius hops of the sender. A radius of zero is converted to EMBER_MAX_HOPS.
uint8_t (v14+: uint16_t) A value chosen by the Host. This value is used in the ezspMessageSentHandler response to refer to this message.
uint8_t * The broadcast message.
An SLStatus value indicating success or the reason for failure.
Sends a route request packet that creates routes from every node in the network back to this node. This function should be called by an application that wishes 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 the 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. The reason for this is that 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.
uint16_t 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.
uint8_t The maximum number of hops the route request will be relayed. A radius of zero is converted to EMBER_MAX_HOPS
Sends a multicast message to all endpoints that share a specific multicast ID and are within a specified number of hops of the sender.
EmberApsFrame * The APS frame for the message. The multicast will be sent to the groupId in this frame.
uint8_t 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.
uint16_t (unused in v13-) 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.
uint16_t (unused in v13-) The alias source address. This must be SL_ZIGBEE_NULL_NODE_ID if we do not need an aliased source
uint8_t (unused in v13-) The alias sequence number. This won't be used if there is no aliased source.
uint8_t (v14+: uint16_t) A value chosen by the Host. This value is used in the ezspMessageSentHandler response to refer to this message.
uint8_t * The multicast message.
An SLStatus value. For any result other than SLStatus.OK, the message will not be sent.
Transmits the given message without modification. The MAC header is assumed to be configured in the message at the time this function is called.
uint8_t * The raw message.
uint8_t transmit priority.
Should we enable CCA or not.
An SLStatus value indicating success or the reason for failure.
Sends a reply to a received unicast message. The incomingMessageHandler callback for the unicast being replied to supplies the values for all the parameters except the reply itself.
Value supplied by incoming unicast.
EmberApsFrame * Value supplied by incoming unicast.
This function sends an APS TransportKey command containing the current trust center link key. The node to which the command is sent is specified via the short and long address arguments.
The short address of the node to which this command will be sent
The long address of the node to which this command will be sent
An SLStatus value indicating success of failure of the operation
Sends a unicast message as per the ZigBee specification. 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 acknowledgement 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. If you want 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. Note: When sending fragmented messages, the stack will only assign a new APS sequence number for the first fragment of the message (i.e., SL_ZIGBEE_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.
Specifies the outgoing message type. Must be one of EMBER_OUTGOING_DIRECT, EMBER_OUTGOING_VIA_ADDRESS_TABLE, or EMBER_OUTGOING_VIA_BINDING.
Depending on the type of addressing used, this is either the NodeId of the destination, an index into the address table, or an index into the binding table.
EmberApsFrame * The APS frame which is to be added to the message.
uint8_t (v14+: uint16_t) A value chosen by the Host. This value is used in the ezspMessageSentHandler response to refer to this message.
uint8_t * Content of the message.
An SLStatus value indicating success or the reason for failure.
Send a Zigbee NWK Leave command to the destination.
Node ID of the device being told to leave.
Bitmask indicating additional considerations for the leave request.
Status indicating success or a reason for failure. Call is invalid if destination is on network or is the local node.
Sets the EUI64 and short ID of an address table entry. Usually the application will not need to set the short ID in the address table. Once the remote EUI64 is set the stack is capable of figuring out the short ID on its own. However, in cases where the application does set the short ID, the application must set the remote EUI64 prior to setting the short ID. This function will also check other address table entries, the child table and the neighbor table to see if the node ID for the given EUI64 is already known. If known then this function will set node ID. If not known it will set the node ID to SL_ZIGBEE_UNKNOWN_NODE_ID.
Wrapper for ezspSetValue
.
Function to set APS layer outgoing frame counter for Trust Center Link Key (intended for device restoration purposes). Caveats:
Sets the priority masks and related variables for choosing the best beacon.
EmberBeaconClassificationParams * The beacon prioritization related variable
The attempt to set the parameters returns SLStatus.OK
Sets an entry in the binding table.
uint8_t The index of a binding table entry.
EmberBindingTableEntry * The contents of the binding entry.
An SLStatus value indicating success or the reason for failure.
Sets child data to the child table token.
uint8_t The index of the child of interest in the child table. Possible indexes range from zero to (EMBER_CHILD_TABLE_SIZE - 1).
EmberChildData * The data of the child.
Enable/disable concentrator support.
If this bool is true the concentrator support is enabled. Otherwise is disabled. If this bool is false all the other arguments are ignored.
uint16_t 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.
uint16_t The minimum amount of time that must pass between MTORR broadcasts.
uint16_t The maximum amount of time that can pass between MTORR broadcasts.
uint8_t The number of route errors that will trigger a re-broadcast of the MTORR.
uint8_t The number of APS delivery failures that will trigger a re-broadcast of the MTORR.
uint8_t The maximum number of hops that the MTORR broadcast will be allowed to have. A value of 0 will be converted to the EMBER_MAX_HOPS value set by the stack.
An SLStatus value indicating success or the reason for failure.
Writes a configuration value to the NCP. Configuration values can be modified by the Host after the NCP has reset. Once the status of the stack changes to EMBER_NETWORK_UP, configuration values can no longer be modified and this command will respond with EzspStatus.ERROR_INVALID_CALL.
Identifies which configuration value to change.
uint16_t The new configuration value.
EzspStatus
Set the current duty cycle limits configuration. The Default limits set by stack if this call is not made.
EmberDutyCycleLimits * The duty cycle limits configuration to utilize.
Function for manipulating the endpoints flags on the NCP.
Wrapper for ezspGetExtendedValue
uint8_t
EzspEndpointFlags
EzspStatus
Tells the stack whether or not the normal interval between retransmissions of a retried unicast message should be increased by EMBER_INDIRECT_TRANSMISSION_TIMEOUT. The interval needs to be increased when sending to a sleepy node so that the message is not retransmitted until the destination has had time to wake up and poll its parent. The stack will automatically extend the timeout:
The address of the node for which the timeout is to be set.
true if the retry interval should be increased by EMBER_INDIRECT_TRANSMISSION_TIMEOUT. false if the normal retry interval should be used.
An SLStatus value indicating success or the reason for failure. Always OK
in v13-.
Sets the security state that will be used by the device when it forms or joins the network. This call should not be used when restoring saved network state via networkInit as this will result in a loss of security data and will cause communication problems when the device re-enters the network.
EmberInitialSecurityState * The security configuration to be set.
The success or failure code of the operation.
This call sets the radio channel in the stack and propagates the information to the hardware.
uint8_t The radio channel to be set.
An SLStatus value indicating success or the reason for failure.
This function is useful to sleepy end devices. This function will set the retry interval (in milliseconds) for mac data poll. This interval is the time in milliseconds the device waits before retrying a data poll when a MAC level data poll fails for any reason.
uint32_t Time in milliseconds the device waits before retrying a data poll when a MAC level data poll fails for any reason.
Set a flag to indicate that a message is pending for a child. The next time that the child polls, it will be informed that it has a pending message. The message is sent from emberPollHandler, which is called when the child requests data.
The ID of the child that just polled for data.
Sets a manufacturing token in the Customer Information Block (CIB) area of the NCP if that token currently unset (fully erased). Cannot be used with EZSP_STACK_CAL_DATA, EZSP_STACK_CAL_FILTER, EZSP_MFG_ASH_CONFIG, or EZSP_MFG_CBKE_DATA token.
Which manufacturing token to set.
uint8_t * The manufacturing token data.
An SLStatus value indicating success or the reason for failure.
Sets an entry in the multicast table.
uint8_t The index of a multicast table entry
An SLStatus value indicating success or the reason for failure.
Sets the frame counter for the neighbour or child.
eui64 of the node
uint32_t Return the frame counter of the node from the neighbor or child table
Configure the number of beacons to store when issuing active scans for networks.
uint8_t The number of beacons to cache when scanning.
Wrapper for ezspSetValue
.
Set NWK layer outgoing frame counter (intended for device restoration purposes). Caveats:
Set the network update ID to the desired value. Must be called before joining or forming the network.
uint8_t Desired value of the network update ID.
Set to true in case change should also apply when on network.
Status of set operation for the network update ID.
Allows the Host to control the broadcast behaviour of a routing device used by the NCP.
uint8_t Passive ack config enum.
uint8_t The minimum number of acknowledgments (re-broadcasts) to wait for until deeming the broadcast transmission complete.
An SLStatus value indicating success or the reason for failure.
Set the PAN ID to be accepted by the device in a NLME Network Update command. If this is set to a different value than its default 0xFFFF, NLME network update messages will be ignored if they do not match this PAN ID.
uint16_t PAN ID to be accepted in a network update.
Allows the Host to change the policies used by the NCP to make fast decisions.
Identifies which policy to modify.
The new decision for the specified policy.
Sets the power descriptor to the specified value. The power descriptor is a dynamic value. Therefore, you should call this function whenever the value changes.
uint16_t The new power descriptor for the local node.
An SLStatus value indicating success or the reason for failure. Always OK
in v13-.
Sets the device's CA public key, local certificate, and static private key on the NCP associated with this node.
EmberPublicKeyData * The Certificate Authority's public key.
EmberCertificateData * The node's new certificate signed by the CA.
EmberPrivateKeyData *The node's new static private key.
Sets the channel to use for sending and receiving messages. For a list of available radio channels, see the technical specification for the RF communication module in your Developer Kit. Note: Care should be taken when using this API, as all devices on a network must use the same channel.
uint8_t Desired radio channel.
An SLStatus value indicating the success or failure of the command.
Set the configured 802.15.4 CCA mode in the radio.
uint8_t A RAIL_IEEE802154_CcaMode_t value.
An SLStatus value indicating the success or failure of the command.
Sets the radio output power at which a node is operating. Ember radios have discrete power settings. For a list of available power settings, see the technical specification for the RF communication module in your Developer Kit. Note: Care should be taken when using this API on a running network, as it will directly impact the established link qualities neighboring nodes have with the node on which it is called. This can lead to disruption of existing routes and erratic network behavior.
int8_t Desired radio output power, in dBm.
An SLStatus value indicating the success or failure of the command.
Sets the routing shortcut threshold to directly use a neighbor instead of performing routing.
uint8_t The routing shortcut threshold to configure.
An SLStatus value indicating success or the reason for failure.
Sets source route discovery(MTORR) mode to on, off, reschedule
uint8_t Source route discovery mode: off:0, on:1, reschedule:2
uint32_t Remaining time(ms) until next MTORR broadcast if the mode is on, MAX_INT32U_VALUE if the mode is off
Sets a timer on the NCP. There are 2 independent timers available for use by the Host. A timer can be cancelled by setting time to 0 or units to EMBER_EVENT_INACTIVE.
uint8_t Which timer to set (0 or 1).
uint16_t The delay before the timerHandler callback will be generated. Note that the timer clock is free running and is not synchronized with this command. This means that the actual delay will be between time and (time - 1). The maximum delay is 32767.
The units for time.
If true, a timerHandler callback will be generated repeatedly. If false, only a single timerHandler callback will be generated.
An SLStatus value indicating success or the reason for failure.
Sets a token (8 bytes of non-volatile storage) in the Simulated EEPROM of the NCP.
uint8_t Which token to set
uint8_t * The data to write to the token.
An SLStatus value indicating success or the reason for failure.
Sets the token data for a single token with provided key
uint32_t Key of the token in the token table for which data is to be set.
uint32_t Index in case of the indexed token.
An SLStatus value indicating success or the reason for failure.
Extend a joiner's timeout to wait for the network key on the joiner default key timeout is 3 sec, and only values greater equal to 3 sec are accepted.
Network key timeout
An SLStatus value indicating success or the reason for failure.
Writes a value to the NCP.
Identifies which value to change.
uint8_t The length of the value parameter in bytes.
uint8_t * The new value.
This call sets the default node type for a factory new ZLL device.
The node type to be set.
Form a new sleepy-to-sleepy network. If the network is using security, the device must call sli_zigbee_stack_set_initial_security_state() first.
Specification of the new network.
Whether this device is initiating or joining the network.
An SLStatus value indicating success or a reason for failure.
Callback A callback invoked when the status of the stack changes. If the status parameter equals EMBER_NETWORK_UP, then the getNetworkParameters command can be called to obtain the new network parameters. If any of the parameters are being stored in nonvolatile memory by the Host, the stored values should be updated.
Stack status
This function will start a scan.
Indicates the type of scan to be performed. Possible values are: EZSP_ENERGY_SCAN and EZSP_ACTIVE_SCAN. For each type, the respective callback for reporting results is: energyScanResultHandler and networkFoundHandler. The energy scan and active scan report errors and completion via the scanCompleteHandler.
uint32_t Bits set as 1 indicate that this particular channel should be scanned. Bits set to 0 indicate that this particular channel should not be scanned. For example, a channelMask value of 0x00000001 would indicate that only channel 0 should be scanned. Valid channels range from 11 to 26 inclusive. This translates to a channel mask value of 0x07FFF800. As a convenience, a value of 0 is reinterpreted as the mask for the current channel.
uint8_t Sets the exponent of the number of scan periods, where a scan period is 960 symbols. The scan will occur for ((2^duration) + 1) scan periods.
Callback A callback to inform the application that the Network Key has been updated and the node has been switched over to use the new key. The actual key being used is not passed up, but the sequence number is.
uint8_t The sequence number of the new network key.
Callback The NCP used the trust center behavior policy to decide whether to allow a new node to join the network. The Host cannot change the current decision, but it can change the policy for future decisions using the setPolicy command.
The Node Id of the node whose status changed
The EUI64 of the node whose status changed.
The status of the node: Secure Join/Rejoin, Unsecure Join/Rejoin, Device left.
An EmberJoinDecision reflecting the decision made.
The parent of the node whose status has changed.
Send the network key to a destination.
The destination node of the key.
The long address of the destination node.
The parent node of the destination node.
SLStatus.OK if send was successful
This command will send a unicast transport key message with a new NWK key to the specified device. APS encryption using the device's existing link key will be used.
The node ID of the device that will receive the message
The long address (EUI64) of the device that will receive the message.
EmberKeyData * The NWK key to send to the new device.
An SLStatus value indicating success, or the reason for failure
Callback This function returns an unused panID and channel pair found via the find unused panId scan procedure.
The unused panID which has been found.
uint8_t The channel that the unused panID was found on.
Requests a new link key from the Trust Center. This function starts by sending a Node Descriptor request to the Trust Center to verify its R21+ stack version compliance. A Request Key message will then be sent, followed by a Verify Key Confirm message.
uint8_t The maximum number of attempts a node should make when sending the Node Descriptor, Request Key, and Verify Key Confirm messages. The number of attempts resets for each message type sent (e.g., if maxAttempts is 3, up to 3 Node Descriptors are sent, up to 3 Request Keys, and up to 3 Verify Key Confirm messages are sent).
The success or failure of sending the request. If the Node Descriptor is successfully transmitted, ezspZigbeeKeyEstablishmentHandler(...) will be called at a later time with a final status result.
The command allows the Host to specify the desired EZSP version and must be sent before any other command. The response provides information about the firmware running on the NCP.
uint8_t The EZSP version the Host wishes to use. To successfully set the version and allow other commands, this must be same as EZSP_PROTOCOL_VERSION.
uint8_t The EZSP version the NCP is using.
Write attribute data on NCP endpoints.
uint8_t Endpoint
uint16_t Cluster.
uint16_t Attribute ID.
uint8_t Mask.
uint16_t Manufacturer code.
Override read only and data type.
Override read only and data type.
uint8_t Attribute data type.
uint8_t * Attribute data.
An sl_zigbee_af_status_t value indicating success or the reason for failure.
Callback This is a callback that indicates the success or failure of an attempt to establish a key with a partner device.
This is the IEEE address of the partner that the device successfully established a key with. This value is all zeros on a failure.
This is the status indicating what was established or why the key establishment failed.
Callback This call is fired when network and group addresses are assigned to a remote mode in a network start or network join request.
EmberZllAddressAssignment * Address assignment information.
Information about the incoming packet received from this network.
Get the ZLL tokens.
EmberTokTypeStackZllData * Data token return value.
Callback This call is fired when a ZLL network scan finds a ZLL network.
EmberZllNetwork * Information about the network.
Used to interpret deviceInfo field.
EmberZllDeviceInfoRecord * Device specific information.
Information about the incoming packet received from this network.
A consolidation of ZLL network operations with similar signatures; specifically, forming and joining networks or touch-linking.
EmberZllNetwork * Information about the network.
Operation indicator.
int8_t Radio transmission power.
An SLStatus value indicating success or the reason for failure.
Callback This call is fired when a ZLL network scan is complete.
Status of the operation.
Set the ZLL data token.
EmberTokTypeStackZllData * Data token to be set.
This call will cause the device to setup the security information used in its network. It must be called prior to forming, starting, or joining a network.
EmberKeyData * ZLL Network key.
EmberZllInitialSecurityState * Initial security state of the network.
An SLStatus value indicating success or the reason for failure.
This call will change the mode of the radio so that the receiver is on for a specified amount of time when the device is idle.
uint32_t The duration in milliseconds to leave the radio on.
An SLStatus value indicating success or the reason for failure.
This call will update ZLL security token information. Unlike emberZllSetInitialSecurityState, this can be called while a network is already established.
EmberZllInitialSecurityState * Security state of the network.
An SLStatus value indicating success or the reason for failure.
This call will initiate a ZLL network scan on all the specified channels.
uint32_t The range of channels to scan.
int8_t The radio output power used for the scan requests.
The node type of the local device.
An SLStatus value indicating success or the reason for failure.
Callback This call is fired when the device is a target of a touch link.
EmberZllNetwork * Information about the network.
Deactivate use of mfglib test routines; restores the hardware to the state it was in prior to mfglibStart() and stops receiving packets started by mfglibStart() at the same time.
An SLStatus value indicating success or the reason for failure.
Sends a single packet consisting of the following bytes: packetLength, packetContents[0], ... , packetContents[packetLength - 3], CRC[0], CRC[1]. The total number of bytes sent is packetLength + 1. The radio replaces the last two bytes of packetContents[] with the 16-bit CRC for the packet.
uint8_t * The packet to send. The last two bytes will be replaced with the 16-bit CRC.
An SLStatus value indicating success or the reason for failure.
Sets the radio channel. Calibration occurs if this is the first time the channel has been used.
uint8_t The channel to switch to. Valid values are 11 - 26.
An SLStatus value indicating success or the reason for failure.
First select the transmit power mode, and then include a method for selecting the radio transmit power. The valid power settings depend upon the specific radio in use. Ember radios have discrete power settings, and then requested power is rounded to a valid power setting; the actual power output is available to the caller via mfglibGetPower().
uint16_t Power mode. Refer to txPowerModes in stack/include/ember-types.h for possible values.
int8_t Power in units of dBm. Refer to radio data sheet for valid range.
An SLStatus value indicating success or the reason for failure.
Activate use of mfglib test routines and enables the radio receiver to report packets it receives to the mfgLibRxHandler() callback. These packets will not be passed up with a CRC failure. All other mfglib functions will return an error until the mfglibStart() has been called
true to generate a mfglibRxHandler callback when a packet is received.
An SLStatus value indicating success or the reason for failure.
Starts transmitting an unmodulated tone on the currently set channel and power level. Upon successful return, the tone will be transmitting. To stop transmitting tone, application must call mfglibStopTone(), allowing it the flexibility to determine its own criteria for tone duration (time, event, etc.)
An SLStatus value indicating success or the reason for failure.
Calls ezspSend${x} based on type and takes care of tagging message.
Alias types expect alias
& sequence
params, along with apsFrame.radius
.
Specifies the outgoing message type.
uint16_t Depending on the type of addressing used, this is either the NodeId of the destination, an index into the address table, or an index into the binding table. Unused for multicast types. This must be one of the three ZigBee broadcast addresses for broadcast.
[IN/OUT] EmberApsFrame * The APS frame which is to be added to the message. Sequence set in OUT as returned by ezspSend${x} command
uint8_t * Content of the message.
The alias source address
uint8_t The alias sequence number
Result of the ezspSend${x} call or EmberStatus.INVALID_PARAMETER if type not supported.
Sets the stage for parsing if valid (indexes buffalo to params index).
Host EZSP layer.
Provides functions that allow the Host application to send every EZSP command to the NCP.
Commands to send to the serial>ASH layers all are named
ezsp${CommandName}
. They do nothing but build the command, send it and return the value(s). Callers are expected to handle errors appropriately.EzspStatus
ifsendCommand
fails or the returned value(s) by NCP are invalid (wrong length, etc).EmberStatus
given by NCP (someEzspStatus
, someSLStatus
...).