Class BondDestroyedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.
C#
Copy
public class BondDestroyedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args BondDestroyed Event Args
Properties
Declaration
C#
Copy
public string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
string | The device address. |
Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
Bluetooth |