WiFi Framework C++ Edition

◆ OnHostedNetworkPeerStateChange()

__event void OnHostedNetworkPeerStateChange ( void *  Sender,
const GUID &  IfaceId,
const wclWiFiHostedNetworkPeerState OldState,
const wclWiFiHostedNetworkPeerState NewState,
const int  Reason 
)

The event fires when the wireless Hosted Network peer state has changed.

Parameters
SenderThe object initiates the event.
IfaceIdThe interface's ID on which the event is for.
OldStateThe previous network state for a data peer on the wireless Hosted Network.
NewStateThe current network state for a data peer on the wireless Hosted Network.
ReasonThe reason for the network state change for the data peer.
See also
wclWiFiHostedNetworkPeerState