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.

    public class WpsPinInfo : WpsInfo
    Inheritance
    object
    WpsInfo
    WpsPinInfo

    Constructors

    View Source

    WpsPinInfo(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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX