BluetoothClassOfDevice.FromParts Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein BluetoothClassOfDevice-Objekt , indem Werte für BluetoothMajorClass, BluetoothMinorClass und BluetoothClassOfDevice bereitgestellt werden.
public:
static BluetoothClassOfDevice ^ FromParts(BluetoothMajorClass majorClass, BluetoothMinorClass minorClass, BluetoothServiceCapabilities serviceCapabilities);
static BluetoothClassOfDevice FromParts(BluetoothMajorClass const& majorClass, BluetoothMinorClass const& minorClass, BluetoothServiceCapabilities const& serviceCapabilities);
public static BluetoothClassOfDevice FromParts(BluetoothMajorClass majorClass, BluetoothMinorClass minorClass, BluetoothServiceCapabilities serviceCapabilities);
function fromParts(majorClass, minorClass, serviceCapabilities)
Public Shared Function FromParts (majorClass As BluetoothMajorClass, minorClass As BluetoothMinorClass, serviceCapabilities As BluetoothServiceCapabilities) As BluetoothClassOfDevice
Parameter
- majorClass
- BluetoothMajorClass
Einer der Enumerationswerte, der die Standard Funktion des Geräts angibt.
- minorClass
- BluetoothMinorClass
Einer der Enumerationswerte, der den zu verwendenden Nebenklassenwert angibt.
- serviceCapabilities
- BluetoothServiceCapabilities
Einer der Enumerationswerte, der den vom Gerät unterstützten Dienst angibt.
Gibt zurück
Ein BluetoothClassOfDevice-Objekt.
Windows-Anforderungen
App-Funktionen |
bluetooth
|