Show / Hide Table of Contents

    Class SocketData

    This class contains the information of the socket data.

    Inheritance
    Object
    SocketData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Network.Bluetooth
    Assembly: Tizen.Network.Bluetooth.dll
    Syntax
    public class SocketData

    Properties

    Data

    The received data.

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    String
    API Version
    3

    DataSize

    The length of the received data.

    Declaration
    public int DataSize { get; }
    Property Value
    Type Description
    Int32
    API Version
    3

    SocketFd

    The socket FD.

    Declaration
    public int SocketFd { get; }
    Property Value
    Type Description
    Int32
    API Version
    3
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX