Class BondDestroyedEventArgs
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.
C#Copypublic class BondDestroyedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsBondDestroyedEventArgs
Properties
Declaration
C#Copypublic string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
System.String | The device address. |
API Level: 3
Declaration
C#Copypublic BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |