Class NotificationStateChangedEventArg

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

An extended EventArgs class contains the client preference to enable or disable the Notification/Indication.

C#
Copy
public class NotificationStateChangedEventArg : EventArgs
Inheritance
System.Object
NotificationStateChangedEventArg

Properties

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

A value indicating whether the notification is enabled.

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