AllJoynBusAttachment 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AllJoynBusAttachment() |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 使用預設具名管道連接規格產生 AllJoynBusAttachment 物件。 |
AllJoynBusAttachment(String) |
重要 Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。 使用提供的連線規格產生 AllJoynBusAttachment 物件。 |
AllJoynBusAttachment()
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
使用預設具名管道連接規格產生 AllJoynBusAttachment 物件。
public:
AllJoynBusAttachment();
AllJoynBusAttachment();
public AllJoynBusAttachment();
function AllJoynBusAttachment()
Public Sub New ()
Windows 需求
應用程式功能 |
allJoyn
|
另請參閱
適用於
AllJoynBusAttachment(String)
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
使用提供的連線規格產生 AllJoynBusAttachment 物件。
public:
AllJoynBusAttachment(Platform::String ^ connectionSpecification);
AllJoynBusAttachment(winrt::hstring const& connectionSpecification);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynBusAttachment(winrt::hstring const& connectionSpecification);
public AllJoynBusAttachment(string connectionSpecification);
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynBusAttachment(string connectionSpecification);
function AllJoynBusAttachment(connectionSpecification)
Public Sub New (connectionSpecification As String)
參數
- connectionSpecification
-
String
Platform::String
winrt::hstring
用來起始和維護路由器節點連線的規格, (匯流排) 。 Windows 10支援 'npipe:' 傳輸,根據 格式化。
- 屬性
Windows 需求
應用程式功能 |
allJoyn
|