zigbee-on-host
Preparing search index...
zigbee-stack/frame
processFrame
Function processFrame
processFrame
(
payload
:
Buffer
,
context
:
StackContext
,
macHandler
:
MACHandler
,
nwkHandler
:
NWKHandler
,
nwkGPHandler
:
NWKGPHandler
,
apsHandler
:
APSHandler
,
rssi
?:
number
,
)
:
Promise
<
void
>
05-3474-23 (Zigbee PRO) multi-layer processing pipeline
SPEC COMPLIANCE NOTES:
✅ Decodes MAC CMD/DATA frames and dispatches according to IEEE 802.15.4 frame type
✅ Validates PAN ID and destination addressing before NWK processing
✅ Routes Green Power (GP) frames per Zigbee GP spec (14-0563-19) when protocol version indicates GP
✅ Applies duplicate checks via respective handlers (MAC/NWK/APS/GP)
⚠️ INTERPAN frame type not supported (throws) - optional for coordinator
⚠️ Beacon/Other MAC frame types ignored (logged at debug level) DEVICE SCOPE: Centralized trust center
Parameters
payload
:
Buffer
context
:
StackContext
macHandler
:
MACHandler
nwkHandler
:
NWKHandler
nwkGPHandler
:
NWKGPHandler
apsHandler
:
APSHandler
rssi
:
number
= context.rssiMin
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
zigbee-on-host
Loading...
05-3474-23 (Zigbee PRO) multi-layer processing pipeline
SPEC COMPLIANCE NOTES: