Class SocketConnection

    Definition

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

    This class contains the information of the socket connection.

    public class SocketConnection
    Inheritance
    object
    SocketConnection

    Properties

    View Source

    Address

    The remote device address.

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

    Client

    The client socket.

    Declaration
    public IBluetoothServerSocket Client { get; }
    Property Value
    Type Description
    IBluetoothServerSocket
    View Source

    ServiceUuid

    The service UUID.

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

    SocketFd

    The connected socket FD.

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