Class NotificationSentEventArg

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

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

Completed

Gets a value indicating whether the notification sent is completed.

Declaration
C#
Copy
public bool Completed { get; }
Property Value
Type Description
Boolean
API Level: 3
View Source

Result

The result.

Declaration
C#
Copy
public int Result { 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