You are viewing documentation for version:
2.7
|
Version History
-
Global
EMBER_MAX_SECURED_APPLICATION_PAYLOAD_LENGTH
-
The maximum length in bytes of the application payload for a secured message. This define has been deprecated, you should use the
emberGetMaximumPayloadLength
API instead.
-
Global
EMBER_MAX_UNSECURED_APPLICATION_PAYLOAD_LENGTH
-
The maximum length in bytes of the application payload for an unsecured message. This define has been deprecated, you should use the
emberGetMaximumPayloadLength
API instead.
-
Global
emberIncomingBeaconHandler
(EmberPanId panId, EmberNodeId nodeId, int8_t rssi, bool permitJoining, uint8_t payloadLength, uint8_t *payload)
-
This stack handler has been deprecated and will be removed in a future release. The application should implement
emberIncomingBeaconExtendedHandler()
instead.