Class WriteRequestedEventArgs

    Definition

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

    An extended EventArgs class contains the read value request data.

    public class WriteRequestedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WriteRequestedEventArgs

    Properties

    View Source

    ClientAddress

    The client address.

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

    Offset

    The offset.

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

    RequestId

    The request identifier.

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

    Response_needed

    Indicates whether a response is required by the remote device.

    Declaration
    public bool Response_needed { get; }
    Property Value
    Type Description
    bool
    View Source

    Server

    The GATT server instance.

    Declaration
    public BluetoothGattServer Server { get; }
    Property Value
    Type Description
    BluetoothGattServer
    View Source

    Value

    The read value.

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