TwclWiFiHostedNetworkPeerStateChangeEvent Delegate

The OnHostednetworkPeerStateChange event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiHostedNetworkPeerStateChangeEvent = procedure(Sender: TObject;
 const IfaceId: TGUID; const OldState: TwclWiFiHostedNetworkPeerState;
 const NewState: TwclWiFiHostedNetworkPeerState;
 const Reason: Integer) of object;

Parameters

Sender

The object initiates the event.

IfaceId

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

OldState

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

NewState

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

Reason

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