Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the read value request data.
public class NotificationSentEventArg : EventArgs
- Inheritance
-
System.Object
System.EventArgs
NotificationSentEventArg
Properties
Declaration
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
public bool Completed { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 3
Declaration
public int Result { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public BluetoothGattServer Server { get; }
Property Value
API Level: 3