TwclWiFiAdHocNetworkState Enumeration

The connection state of an ad hoc network.

Namespace: wclWiFi
type
 TwclWiFiAdHocNetworkState = (
 asFormed,
 asConnected
 );

The TwclWiFiAdHocNetworkState type exposes the following members.

Show:
 NameDescription
asConnected

A client or host is connected to the ad hoc network.

asFormed

The ad hoc network has been formed, but no client or host is connected to the network.

Top