Specifies the current status of the Bluetooth hardware.
| C# | Visual Basic |
public enum HardwareStatus
Public Enumeration HardwareStatus
| Member | Description |
|---|---|
| Unknown |
Status cannot be determined.
|
| NotPresent |
Bluetooth radio not present.
|
| Initializing |
Bluetooth radio is in the process of starting up.
|
| Running |
Bluetooth radio is active.
|
| Shutdown |
Bluetooth radio is in the process of shutting down.
|
| Error |
Bluetooth radio is in an error state.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|