Class SocketData

    Definition

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

    This class contains the information of the socket data.

    public class SocketData
    Inheritance
    object
    SocketData

    Properties

    View Source

    ByteData

    The received data.

    Declaration
    public byte[] ByteData { get; }
    Property Value
    Type Description
    byte[]
    View Source

    Data

    The received data.

    Declaration
    [Obsolete("Deprecated since API level 7. Please use ByteData property.")]
    public string Data { get; }
    Property Value
    Type Description
    string
    View Source

    DataSize

    The length of the received data.

    Declaration
    public int DataSize { get; }
    Property Value
    Type Description
    int
    View Source

    SocketFd

    The socket FD.

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