TwclCustomWiFiComponent Class

The base component class for all WCL WiFi Framework components

Namespace: wclWiFi
TComponent
  wclWiFi.TwclCustomWiFiComponent
    wclWiFi.TwclCustomWiFiSecurableComponent
    wclWiFi.TwclWiFiEvents
type
 TwclCustomWiFiComponent = class(TComponent)
 end;

The TwclCustomWiFiComponent type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Creates a new component.

Destroy

Frees the component.

Top
Show:
 NameDescription
Active

Gets the component state.

AfterOpen

The event fires after the component was successfully opened.

BeforeClose

The even fires before the component will be closed.

Handle

Provides access to the WLAN subsyste handle.

Top
Show:
 NameDescription
Close

Closes the component.

DoAfterOpen

Fires the AfterOpen event.

DoBeforeClose

Fires the BeforeClose event.

ElevatePrivileges

The function must setup privileges for Native WiFi.

InternalClose

Executes additional finalization procedures.

InternalOpen

Executes additional initialization produres.

Open

Opens the component.

Top

The class implements the basic operations such us initializing and finilizing underlying WLAN subsystem, manages privilegies and others common operations.