Class WpsPinInfo
Definition
- Assembly:
- Tizen.Network.WiFi.dll
A class which is used to represent WPS PIN information of the access point.
public class WpsPinInfo : WpsInfo
- Inheritance
Constructors
View SourceWpsPinInfo(string)
A public constructor which instantiates WpsPinInfo class with the given pin.
Declaration
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.