Class ConnectionStateChangedEventArgs

    Definition

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

    An extended EventArgs class which contains the changed connection state.

    public class ConnectionStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ConnectionStateChangedEventArgs

    Properties

    View Source

    AP

    The access point.

    Declaration
    public WiFiAP AP { get; }
    Property Value
    Type Description
    WiFiAP
    View Source

    State

    The Wi-Fi connection state.

    Declaration
    public WiFiConnectionState State { get; }
    Property Value
    Type Description
    WiFiConnectionState
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX