Class ServiceChangedEventArgs

    Definition

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

    An extended EventArgs class contains the service changed information.

    public class ServiceChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ServiceChangedEventArgs

    Properties

    View Source

    ChangeType

    The service changed type.

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

    ServiceUuid

    The service UUID.

    Declaration
    public string ServiceUuid { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX