Class NotificationSentEventArg
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the read value request data.
public class NotificationSentEventArg : EventArgs
- Inheritance
-
objectSystem.EventArgsNotificationSentEventArg
Properties
View SourceClientAddress
The client address.
Declaration
public string ClientAddress { get; }
Property Value
Type | Description |
---|---|
string |
Completed
Gets a value indicating whether the notification sent is completed.
Declaration
public bool Completed { get; }
Property Value
Type | Description |
---|---|
bool |
Result
The result.
Declaration
public int Result { get; }
Property Value
Type | Description |
---|---|
int |
Server
The GATT server instance.
Declaration
public BluetoothGattServer Server { get; }
Property Value
Type | Description |
---|---|
BluetoothGattServer |