Class BondDestroyedEventArgs
Definition
- 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
-
objectSystem.EventArgsBondDestroyedEventArgs
Properties
View SourceDeviceAddress
The remote device address.
Declaration
public string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
string | The device address. |
Result
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |