WF_CAGetEventNotificationAction Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CAGetEventNotificationAction Function
C
void WF_CAGetEventNotificationAction(
    UINT8 * p_eventNotificationAction
);
Description

Gets the Event Notification Action used by the Connection Algorithm. The value read back will be a bit mask that corresponds to the following table: 

 

Bit 
Event 
WF_NOTIFY_CONNECTION_ATTEMPT_SUCCESSFUL 
WF_NOTIFY_CONNECTION_ATTEMPT_FAILED 
WF_NOTIFY_CONNECTION_TEMPORARILY_LOST 
WF_NOTIFY_CONNECTION_PERMANENTLY_LOST 
WF_NOTIFY_CONNECTION_REESTABLISHED 
Preconditions

MACInit must be called first.

Parameters
Parameters 
Description 
p_eventNotificationAction 
Pointer to where returned value is written. 
Returns

None.

Remarks

None.

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