TwclWiFiDirectAdvertisementDiscoverability Enumeration

Specifies whether the WiFi Direct device is listening and discoverable.

Namespace: wclWiFi
type
 TwclWiFiDirectAdvertisementDiscoverability = (
 adIntensive,
 adNone,
 adNormal
 );

The TwclWiFiDirectAdvertisementDiscoverability type exposes the following members.

Show:
 NameDescription
adIntensive

The device is discoverable when the app is in the foreground or in the background.

adNone

The device is not discoverable.

adNormal

The device is highly discoverable so long as the app is in the foreground.

Top