Class ServiceChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll

An extended EventArgs class contains the service changed information.

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

Properties

View Source

ChangeType

The service changed type.

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

ServiceUuid

The service UUID.

Declaration
C#
Copy
public string ServiceUuid { get; }
Property Value
Type Description
string