Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the read value request data.
public class ReadRequestedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
ReadRequestedEventArgs
Properties
Declaration
public string ClientAddress { get; }
Property Value
Declaration
public int Offset { get; }
Property Value
Declaration
public int RequestId { get; }
Property Value
Declaration
public BluetoothGattServer Server { get; }
Property Value