C
void WF_CASetListenInterval( UINT16 listenInterval );
Description
Sets the listen interval used by the Connection Algorithm. This value is measured in 100ms intervals, the default beacon period of APs.
|
Value |
Description |
|
1 |
MRF24W wakes up every 100ms to receive buffered messages. |
|
2 |
MRF24W wakes up every 200ms to receive buffered messages. |
|
... |
... |
|
65535 |
MRF24W wakes up every 6535.5 seconds (~109 minutes) to receive buffered messages. |
Preconditions
MACInit must be called first. Only used when PS Poll mode is enabled.
Parameters
|
Parameters |
Description |
|
listenInterval |
Number of 100ms intervals between instances when the MRF24W wakes up to receive buffered messages from the network. |
Returns
None.
Remarks
None.