WF_CASetEventNotificationAction Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_CASetEventNotificationAction Function
C
void WF_CASetEventNotificationAction(
    UINT8 eventNotificationAction
);
Description

Sets the Event Notification Action used by the Connection Algorithm. The bit mask for the allowable entries is as follows: 

 

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 
eventNotificationAction 
Bit mask indicating which events the host wants to be notifed of. 
Returns

None.

Remarks

None.

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