TwclWiFiHostedNetworkRadioStateChangeEvent Delegate

The OnHostedNetworkRadioStateChange event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiHostedNetworkRadioStateChangeEvent = procedure(Sender: TObject;
 const IfaceId: TGUID; const SoftwareState: TwclWiFiRadioState;
 const HardwareState: TwclWiFiRadioState) of object;

Parameters

Sender

The object initiates the event.

IfaceId

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

SoftwareState

The software radio state of the wireless Hosted Network.

HardwareState

The hardware radio state of the wireless Hosted Network.