Class BondDestroyedEventArgs

    Definition

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

    An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.

    public class BondDestroyedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BondDestroyedEventArgs

    Properties

    View Source

    DeviceAddress

    The remote device address.

    Declaration
    public string DeviceAddress { get; }
    Property Value
    Type Description
    string

    The device address.

    View Source

    Result

    The BluetoothError result.

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