ZPS_vAplAfSetMacCapability
void ZPS_vAplAfSetMacCapability(uint8 u8MacCapability);
Description
This function can be used on a Router or End Device to configure the IEEE 802.15.4 MAC capabilities in the Node descriptor. The MAC capabilities are specified in an 8-bit bitmap, detailed in the table below.
MAC capabilities bitmap
Bits |
Description |
---|---|
0 |
Coordinator capability: |
1 |
Device type: |
2 |
Power source: |
3 |
Receiver on when idle: |
4-5 |
Reserved |
6 |
Security capability: |
7 |
Allocate address: |
Parent topic:ZPS_vAplAfSetMacCapability
Parameters
u8MacCapability Bitmap containing the MAC capabilities to be configured (see table above).
Parent topic:ZPS_vAplAfSetMacCapability
Returns
None.
Parent topic:ZPS_vAplAfSetMacCapability
Parent topic:initialization functions