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.
public class NotificationStateChangedEventArg : EventArgs
- Inheritance
-
System.Object
System.EventArgs
NotificationStateChangedEventArg
Properties
Declaration
public BluetoothGattServer Server { get; }
Property Value
API Level: 3
View Source
Value
A value indicating whether the notification is enabled.
Declaration
public bool Value { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 3