Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the client preference to enable or disable the Notification/Indication.
public class NotificationStateChangedEventArg : EventArgs
- Inheritance
-
object
System.EventArgs
NotificationStateChangedEventArg
Properties
Declaration
public BluetoothGattServer Server { get; }
Property Value
View Source
Value
A value indicating whether the notification is enabled.
Declaration
public bool Value { get; }
Property Value