RfcommDeviceService.GetDeviceSelectorForBluetoothDevice Metode

Definisi

Overload

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Mendapatkan string Advanced Query Syntax (AQS) untuk mengidentifikasi instans cache dari semua layanan Rfcomm pada perangkat Bluetooth jarak jauh.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Mendapatkan string Advanced Query Syntax (AQS) untuk mengidentifikasi instans semua layanan Rfcomm pada perangkat Bluetooth jarak jauh.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Mendapatkan string Advanced Query Syntax (AQS) untuk mengidentifikasi instans cache dari semua layanan Rfcomm pada perangkat Bluetooth jarak jauh.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDevice(BluetoothDevice ^ bluetoothDevice, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceWithCacheMode")]
 static winrt::hstring GetDeviceSelectorForBluetoothDevice(BluetoothDevice const& bluetoothDevice, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDevice(BluetoothDevice bluetoothDevice, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDevice(bluetoothDevice, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDevice (bluetoothDevice As BluetoothDevice, cacheMode As BluetoothCacheMode) As String

Parameter

bluetoothDevice
BluetoothDevice

Perangkat Bluetooth jarak jauh.

cacheMode
BluetoothCacheMode

Mode cache.

Mengembalikan

String

Platform::String

winrt::hstring

String AQS untuk mengidentifikasi instans cache dari semua layanan Rfcomm pada perangkat Bluetooth jarak jauh.

Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 Anniversary Edition (diperkenalkan dalam 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v3.0)
Kemampuan aplikasi
bluetooth

Lihat juga

Berlaku untuk

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Mendapatkan string Advanced Query Syntax (AQS) untuk mengidentifikasi instans semua layanan Rfcomm pada perangkat Bluetooth jarak jauh.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDevice(BluetoothDevice ^ bluetoothDevice);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDevice")]
 static winrt::hstring GetDeviceSelectorForBluetoothDevice(BluetoothDevice const& bluetoothDevice);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDevice")]
public static string GetDeviceSelectorForBluetoothDevice(BluetoothDevice bluetoothDevice);
function getDeviceSelectorForBluetoothDevice(bluetoothDevice)
Public Shared Function GetDeviceSelectorForBluetoothDevice (bluetoothDevice As BluetoothDevice) As String

Parameter

bluetoothDevice
BluetoothDevice

Perangkat bluetooth jarak jauh.

Mengembalikan

String

Platform::String

winrt::hstring

String AQS untuk mengidentifikasi instans semua layanan Rfcomm pada perangkat Bluetooth jarak jauh.

Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 Anniversary Edition (diperkenalkan dalam 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v3.0)
Kemampuan aplikasi
bluetooth

Lihat juga

Berlaku untuk