TwclWiFiAvailableNetworkFlag Enumeration

Various flags for the available network.

Namespace: wclWiFi
type
 TwclWiFiAvailableNetworkFlag = (
 nfConnected,
 nfHasProfile
 );

The TwclWiFiAvailableNetworkFlag type exposes the following members.

Show:
 NameDescription
nfConnected

This network is currently connected.

nfHasProfile

There is a profile for this network.

Top