Class NotificationSentEventArg
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the read value request data.
C#
Copy
public class NotificationSentEventArg : EventArgs
- Inheritance
-
objectSystem.
Event Args NotificationSent Event Arg
Properties
Declaration
C#
Copy
public string ClientAddress { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public bool Completed { get; }
Property Value
Type | Description |
---|---|
bool |
Declaration
C#
Copy
public int Result { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public BluetoothGattServer Server { get; }
Property Value
Type | Description |
---|---|
Bluetooth |