Class ConnectionStateChangedEventArgs

    Definition

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

    An extended EventArgs class which contains the changed connection state during connecting or disconnecting the peer device.

    public class ConnectionStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ConnectionStateChangedEventArgs

    Properties

    View Source

    Error

    The Wi-Fi Direct result.

    Declaration
    public WiFiDirectError Error { get; }
    Property Value
    Type Description
    WiFiDirectError
    View Source

    MacAddress

    The MacAddress of the peer.

    Declaration
    public string MacAddress { get; }
    Property Value
    Type Description
    string
    View Source

    State

    The Wi-Fi Direct connection state of the peer.

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