AllJoynBusObject 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AllJoynBusObject() |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 使用物件路徑做為根物件路徑,建立 AllJoynBusObject 。 也就是 「/」。 |
AllJoynBusObject(String) |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 建立 AllJoynBusObject ,以在指定的物件路徑實作一或多個介面。 |
AllJoynBusObject(String, AllJoynBusAttachment) |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 建立 AllJoynBusObject ,以在指定的物件路徑上實作一或多個介面,並指定 AllJoynBusAttachment 。 |
AllJoynBusObject()
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
使用物件路徑做為根物件路徑,建立 AllJoynBusObject 。 也就是 「/」。
public:
AllJoynBusObject();
AllJoynBusObject();
public AllJoynBusObject();
function AllJoynBusObject()
Public Sub New ()
Windows 需求
應用程式功能 |
allJoyn
|
另請參閱
適用於
AllJoynBusObject(String)
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
建立 AllJoynBusObject ,以在指定的物件路徑實作一或多個介面。
public:
AllJoynBusObject(Platform::String ^ objectPath);
AllJoynBusObject(winrt::hstring const& objectPath);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynBusObject(winrt::hstring const& objectPath);
public AllJoynBusObject(string objectPath);
[Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynBusObject(string objectPath);
function AllJoynBusObject(objectPath)
Public Sub New (objectPath As String)
參數
- objectPath
-
String
Platform::String
winrt::hstring
物件路徑。
- 屬性
Windows 需求
應用程式功能 |
allJoyn
|
另請參閱
適用於
AllJoynBusObject(String, AllJoynBusAttachment)
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn是 AllSeen 聯盟贊助的開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉燈光,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
建立 AllJoynBusObject ,以在指定的物件路徑上實作一或多個介面,並指定 AllJoynBusAttachment 。
public:
AllJoynBusObject(Platform::String ^ objectPath, AllJoynBusAttachment ^ busAttachment);
AllJoynBusObject(winrt::hstring const& objectPath, AllJoynBusAttachment const& busAttachment);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynBusObject(winrt::hstring const& objectPath, AllJoynBusAttachment const& busAttachment);
public AllJoynBusObject(string objectPath, AllJoynBusAttachment busAttachment);
[Windows.Foundation.Metadata.Deprecated("AllJoynBusObject has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynBusObject(string objectPath, AllJoynBusAttachment busAttachment);
function AllJoynBusObject(objectPath, busAttachment)
Public Sub New (objectPath As String, busAttachment As AllJoynBusAttachment)
參數
- objectPath
-
String
Platform::String
winrt::hstring
物件路徑。
- busAttachment
- AllJoynBusAttachment
匯流排附件實例。
- 屬性
Windows 需求
應用程式功能 |
allJoyn
|