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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX