Class WriteRequestedEventArgs

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 WriteRequestedEventArgs : EventArgs
Inheritance
System.Object
WriteRequestedEventArgs

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

Response_needed

Indicates whether a response is required by the remote device.

Declaration
C#
Copy
public bool Response_needed { get; }
Property Value
Type Description
Boolean
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
View Source

Value

The read value.

Declaration
C#
Copy
public byte[] Value { get; }
Property Value
Type Description
System.Byte[]
API Level: 3