Class BondCreatedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the bonded device information.
C#
Copy
public class BondCreatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args BondCreated Event Args
Properties
Declaration
C#
Copy
public BluetoothDevice Device { get; }
Property Value
Type | Description |
---|---|
Bluetooth |
Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
Bluetooth |