DeviceConnectionChangeTrigger.DeviceId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與裝置相關聯的裝置識別碼。
public:
property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = deviceConnectionChangeTrigger.deviceId;
Public ReadOnly Property DeviceId As String
屬性值
與裝置相關聯的裝置識別碼。
備註
監視藍牙 LE 裝置時,DeviceId 必須參考藍牙 LE 裝置物件上的介面。 在此情況下,裝置識別碼可以是 GetDeviceSelector所傳回的值。 或者,DeviceId 可以參考 GattDeviceService 物件上的介面,而裝置識別碼的有效值是 GetDeviceSelectorFromShortId 或 GetDeviceSelectorFromUuid所傳回的任何值。
監視其他藍牙裝置時,裝置識別碼可以是 RfCommDeviceService 或 BluetoothDevice 上的 GetDeviceSelector 所傳回的任何值。