Class ReadRequestedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the read value request data.
public class ReadRequestedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsReadRequestedEventArgs
Properties
View SourceClientAddress
The client address.
Declaration
public string ClientAddress { get; }
Property Value
Type | Description |
---|---|
string |
Offset
The offset.
Declaration
public int Offset { get; }
Property Value
Type | Description |
---|---|
int |
RequestId
The request identifier.
Declaration
public int RequestId { get; }
Property Value
Type | Description |
---|---|
int |
Server
The GATT server instance.
Declaration
public BluetoothGattServer Server { get; }
Property Value
Type | Description |
---|---|
BluetoothGattServer |