Class WpsPinInfo

Definition

Namespace:
Tizen.Network.WiFi
Assembly:
Tizen.Network.WiFi.dll

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

C#
Copy
public class WpsPinInfo : WpsInfo
Inheritance
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
string pin

WPS Pin of the access point.

Remarks

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