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#Copypublic class BondDestroyedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBondDestroyedEventArgs
Properties
Declaration
C#Copypublic string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
string | The device address. |
Declaration
C#Copypublic BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |