TwclWiFiHostedNetworkStateChangeEvent Delegate

The OnHostedNetworkStateChange event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiHostedNetworkStateChangeEvent = procedure(Sender: TObject;
 const IfaceId: TGUID; const OldState: TwclWiFiHostedNetworkState;
 const NewState: TwclWiFiHostedNetworkState;
 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 on the wireless Hosted Network.

NewState

The current network state on the wireless Hosted Network.

Reason

The reason for the network state change.