Show / Hide Table of Contents

    Class SocketData

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll
    API Level:
    3

    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[]
    API Level: 7
    View Source

    Data

    Deprecated since API level 7. Please use ByteData property.

    The received data.

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

    DataSize

    The length of the received data.

    Declaration
    public int DataSize { get; }
    Property Value
    Type Description
    Int32
    API Level: 3
    View Source

    SocketFd

    The socket FD.

    Declaration
    public int SocketFd { get; }
    Property Value
    Type Description
    Int32
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX