TwclWiFiDirectConfigurationMethod Enumeration

Specifies a WiFi Direct configuration method. Configuration is how a user tells one piece of WiFi Direct equipment to connect to another piece of WiFi Direct equipment.

Namespace: wclWiFi
type
 TwclWiFiDirectConfigurationMethod = (
 cmDisplayPin,
 cmProvidePin,
 cmPushButton
 );

The TwclWiFiDirectConfigurationMethod type exposes the following members.

Show:
 NameDescription
cmDisplayPin

This device accepts connections from devices that provide the PIN this device currently displays.

cmProvidePin

This device accepts entry of the PIN being displayed on the accepting device.

cmPushButton

This device uses the pushbutton method for pairing. A user pushes a button on both the connecting device and the accepting device in order to establish a connection between them.

Top