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
Declaration
public string ClientAddress { get; }
Property Value
Declaration
public int Offset { get; }
Property Value
Declaration
public int RequestId { get; }
Property Value
View Source
Response_needed
Indicates whether a response is required by the remote device.
Declaration
public bool Response_needed { get; }
Property Value
Declaration
public BluetoothGattServer Server { get; }
Property Value
Declaration
public byte[] Value { get; }
Property Value