AllJoynBusAttachment コンストラクター

定義

オーバーロード

AllJoynBusAttachment()

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

既定の名前付きパイプ接続仕様を使用して AllJoynBusAttachment オブジェクトを生成します。

AllJoynBusAttachment(String)

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

指定された接続仕様を使用して AllJoynBusAttachment オブジェクトを生成します。

AllJoynBusAttachment()

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

既定の名前付きパイプ接続仕様を使用して AllJoynBusAttachment オブジェクトを生成します。

public:
 AllJoynBusAttachment();
 AllJoynBusAttachment();
public AllJoynBusAttachment();
function AllJoynBusAttachment()
Public Sub New ()

Windows の要件

アプリの機能
allJoyn

こちらもご覧ください

適用対象

AllJoynBusAttachment(String)

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

指定された接続仕様を使用して 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

適用対象