Describes the device and service capabilities of a device.
| C# | Visual Basic |
public class ClassOfDevice : IEquatable<ClassOfDevice>
Public Class ClassOfDevice _ Implements IEquatable(Of ClassOfDevice)
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ClassOfDevice(UInt32) |
Initialize a new instance of class ClassOfDevice.
| |
| Device |
Returns the device type.
| |
| Equals(Object) |
Returns a value indicating whether this instance is equal to a specified
object.
(Overrides Object.Equals(Object).) | |
| Equals(ClassOfDevice) |
Returns a value indicating whether this instance is equal to a specified
ClassOfDevice value.
| |
| 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()()() | ||
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MajorDevice |
Returns the major device type.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Service |
Returns supported service types.
| |
| ToString()()() |
Returns the numerical value represented in a hexadecimal.
(Overrides Object.ToString()()().) | |
| Value |
Gets the numerical value.
| |
| ValueAsInt32 |
Gets the numerical value, suitable for CLS Compliance.
|
Is returned by the properties BluetoothDeviceInfo.ClassOfDevice and BluetoothRadio.ClassOfDevice.
| Object | |
| ClassOfDevice | |