Class WpsPinInfo

Definition

Namespace:
Tizen.Network.WiFi
Assembly:
Tizen.Network.WiFi.dll
API Level:
3

A class which is used to represent WPS PIN information of the access point.

C#
Copy
public class WpsPinInfo : WpsInfo
Inheritance
System.Object
WpsPinInfo

Constructors

View Source

WpsPinInfo(String)

A public constructor which instantiates WpsPinInfo class with the given pin.

Declaration
C#
Copy
public WpsPinInfo(string pin)
Parameters
Type Name Description
System.String pin

WPS Pin of the access point.

Remarks

Pin should not be null or empty. It should be of less than 8 characters.

API Level: 3