Class ReadRequestedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

An extended EventArgs class contains the read value request data.

C#
Copy
public class ReadRequestedEventArgs : EventArgs
Inheritance
System.Object
ReadRequestedEventArgs

Properties

View Source

ClientAddress

The client address.

Declaration
C#
Copy
public string ClientAddress { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Offset

The offset.

Declaration
C#
Copy
public int Offset { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

RequestId

The request identifier.

Declaration
C#
Copy
public int RequestId { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Server

The GATT server instance.

Declaration
C#
Copy
public BluetoothGattServer Server { get; }
Property Value
Type Description
BluetoothGattServer
API Level: 3