Class StateChangedEventArgs

    Definition

    Namespace:
    Tizen.Network.WiFiDirect
    Assembly:
    Tizen.Network.WiFiDirect.dll

    An extended EventArgs class which contains the changed Wi-Fi Direct state of the local device.

    public class StateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    StateChangedEventArgs

    Properties

    View Source

    State

    The Wi-Fi Direct state.

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