Represents a Bluetooth Radio device.
| C# | Visual Basic |
public class BluetoothRadio
Public Class BluetoothRadio
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AllRadios |
Gets an array of all Bluetooth radios on the system.
| |
| ClassOfDevice |
Returns the Class of Device.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Handle |
Gets the handle for this radio.
| |
| HardwareStatus |
Returns the current status of the Bluetooth radio hardware.
| |
| IsSupported |
Gets a value that indicates whether the 32feet.NET library can be used with the current device.
| |
| LmpSubversion | ||
| LocalAddress |
Get the address of the local Bluetooth radio device.
| |
| Manufacturer |
Returns the manufacturer of the BluetoothRadio device.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Mode |
Gets or Sets the current mode of operation of the Bluetooth radio.
| |
| Name |
Returns the friendly name of the local Bluetooth radio.
| |
| PrimaryRadio |
Gets the primary BluetoothRadio.
| |
| SoftwareManufacturer |
Returns the manufacturer of the Bluetooth software stack running locally.
Currently only Microsoft is supported.
| |
| ToString()()() | (Inherited from Object.) |
Allows you to query properties of the radio hardware and set the mode.
| Object | |
| BluetoothRadio | |