Class ServiceChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the service changed information.
public class ServiceChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsServiceChangedEventArgs
Properties
View SourceChangeType
The service changed type.
Declaration
public BluetoothGattServiceChangeType ChangeType { get; }
Property Value
Type | Description |
---|---|
BluetoothGattServiceChangeType |
ServiceUuid
The service UUID.
Declaration
public string ServiceUuid { get; }
Property Value
Type | Description |
---|---|
string |