WF_GetPowerSaveState Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_GetPowerSaveState Function
C
void WF_GetPowerSaveState(
    UINT8 * p_powerSaveState
);
Description

Returns the current MRF24W power save state. 

 

Value 
Definition 
WF_PS_HIBERNATE 
MRF24W in hibernate state 
WF_PS_PS_POLL_DTIM_ENABLED 
MRF24W in PS-Poll mode with DTIM enabled 
WF_PS_PS_POLL_DTIM_DISABLED 
MRF24W in PS-Poll mode with DTIM disabled 
WF_PS_POLL_OFF 
MRF24W is not in any power-save state 
Preconditions

MACInit must be called first.

Parameters
Parameters 
Description 
p_powerSaveState 
Pointer to where power state is written 
Returns

None.

Remarks

None.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.