DiscoverDevicesEventArgs Class |
Namespace: InTheHand.Net.Bluetooth
public sealed class DiscoverDevicesEventArgs : AsyncCompletedEventArgs
The DiscoverDevicesEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DiscoverDevicesEventArgs(Exception, Object) | |
![]() | DiscoverDevicesEventArgs(BluetoothDeviceInfo, Object) |
Name | Description | |
---|---|---|
![]() | Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
![]() | Devices | |
![]() | Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
![]() | UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |