Class AcceptStateChangedEventArgs

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    The AcceptStateChanged event is raised when the socket connection state is changed.

    public class AcceptStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AcceptStateChangedEventArgs

    Properties

    View Source

    Connection

    The socket connection.

    Declaration
    public SocketConnection Connection { get; }
    Property Value
    Type Description
    SocketConnection
    View Source

    Result

    The BluetoothError result.

    Declaration
    public BluetoothError Result { get; }
    Property Value
    Type Description
    BluetoothError
    View Source

    Server

    The server socket instance.

    Declaration
    [Obsolete("Deprecated since API level 6. Please use the 'Client' in the SocketConnection.")]
    public IBluetoothServerSocket Server { get; }
    Property Value
    Type Description
    IBluetoothServerSocket
    View Source

    State

    The socket state.

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