TwclWiFiConnectionMode Enumeration

Defines the mode of connection.

Namespace: wclWiFi
type
 TwclWiFiConnectionMode = (
 cmProfile,
 cmTemporaryProfile,
 cmDiscoverySecure,
 cmDiscoveryUnsecure,
 cmAuto,
 cmInvalid
 );

The TwclWiFiConnectionMode type exposes the following members.

Show:
 NameDescription
cmAuto

The connection is initiated by the wireless service automatically using a persistent profile.

cmDiscoverySecure

Secure discovery will be used to make the connection.

cmDiscoveryUnsecure

Unsecure discovery will be used to make the connection.

cmInvalid

The connection mode is invalid or unsupported.

cmProfile

A profile will be used to make the connection.

cmTemporaryProfile

A temporary profile will be used to make the connection.

Top