TwclWiFiEvents.DoHostedNetworkPeerStateChange(TGUID,TwclWiFiHostedNetworkPeerState,TwclWiFiHostedNetworkPeerState,Integer) Method

Fires the OnHostednetworkPeerStateChange event.

Namespace: wclWiFi
protected
 procedure DoHostedNetworkPeerStateChange(const IfaceId: TGUID;
 const OldState: TwclWiFiHostedNetworkPeerState;
 const NewState: TwclWiFiHostedNetworkPeerState;
 const Reason: Integer); virtual;

Parameters

IfaceId
Type: TGUID

The interface's ID on which the event is for.

OldState
Type: TwclWiFiHostedNetworkPeerState

The previous network state for a data peer on the wireless Hosted Network.

NewState
Type: TwclWiFiHostedNetworkPeerState

The current network state for a data peer on the wireless Hosted Network.

Reason
Type: Integer

The reason for the network state change for the data peer.