TwclCustomWiFiDirectComponent Class

The base class for all WiFi Direct components.

Namespace: wclWiFi
TComponent
  wclWiFi.TwclCustomWiFiDirectComponent
    wclWiFi.TwclWiFiDirectConnectionComponent
    wclWiFi.TwclWiFiDirectDeviceWatcher
type
 TwclCustomWiFiDirectComponent = class(TComponent)
 end;

The TwclCustomWiFiDirectComponent type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Creates a new WiFi Direct Advertiser component.

Destroy

Frees the WiFi Direct Advertiser component.

Top
Show:
 NameDescription
HardwareAvailable

Gets the Hardware Available flag.

Receiver

Gets the message receiver object.

Top
Show:
 NameDescription
HardwareRemoved

The method called when WiFi hardware has been switched off or removed.

InitWlan

Initializes native WLAN subsystem.

MessageReceived(TwclMessage)

The method called when a new notification message received.

UninitWlan

Uninitializes native WLAN subsystem.

Top