Click or drag to resize

SystemDeviceInterfaceBluetooth Class

The System.DeviceInterface.Bluetooth properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemDeviceInterfaceBluetooth

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Bluetooth

The SystemDeviceInterfaceBluetooth type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDeviceAddress
The System.DeviceInterface.Bluetooth.DeviceAddress property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_Bluetooth_DeviceAddress.
Public propertyStatic memberFlags
The System.DeviceInterface.Bluetooth.Flags property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_DeviceInterface_Bluetooth_Flags.
Public propertyStatic memberLastConnectedTime
The System.DeviceInterface.Bluetooth.LastConnectedTime property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_DeviceInterface_Bluetooth_LastConnectedTime.
Public propertyStatic memberManufacturer
The System.DeviceInterface.Bluetooth.Manufacturer property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_Bluetooth_Manufacturer.
Public propertyStatic memberModelNumber
The System.DeviceInterface.Bluetooth.ModelNumber property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_Bluetooth_ModelNumber.
Public propertyStatic memberProductId
The System.DeviceInterface.Bluetooth.ProductId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Bluetooth_ProductId.
Public propertyStatic memberProductVersion
The System.DeviceInterface.Bluetooth.ProductVersion property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Bluetooth_ProductVersion.
Public propertyStatic memberServiceGuid
The System.DeviceInterface.Bluetooth.ServiceGuid property key. PropVariant type: VT_CLSID. .NET type: System.Guid. Shell name PKEY_DeviceInterface_Bluetooth_ServiceGuid.
Public propertyStatic memberVendorId
The System.DeviceInterface.Bluetooth.VendorId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Bluetooth_VendorId.
Public propertyStatic memberVendorIdSource
The System.DeviceInterface.Bluetooth.VendorIdSource property key. PropVariant type: VT_UI1. .NET type: System.Byte. Shell name PKEY_DeviceInterface_Bluetooth_VendorIdSource.
Top
See Also