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