Class ServiceChangedEventArgs

Definition

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

An extended EventArgs class contains the service changed information.

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

Properties

View Source

ChangeType

The service changed type.

Declaration
C#
Copy
public BluetoothGattServiceChangeType ChangeType { get; }
Property Value
Type Description
BluetoothGattServiceChangeType
API Level: 9
View Source

ServiceUuid

The service UUID.

Declaration
C#
Copy
public string ServiceUuid { get; }
Property Value
Type Description
System.String
API Level: 9