AllJoynBusObject コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AllJoynBusObject() |
重要 Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。 ルート オブジェクト パスとしてオブジェクト パスを持つ AllJoynBusObject を作成します。 つまり、"/" です。 |
AllJoynBusObject(String) |
重要 Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。 指定したオブジェクト パスに 1 つ以上のインターフェイスを実装する AllJoynBusObject を作成します。 |
AllJoynBusObject(String, AllJoynBusAttachment) |
重要 Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。 AllJoynBusAttachment を指定して、指定したオブジェクト パスに 1 つ以上のインターフェイスを実装する AllJoynBusObject を作成します。 |
AllJoynBusObject()
重要
Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。
ルート オブジェクト パスとしてオブジェクト パスを持つ AllJoynBusObject を作成します。 つまり、"/" です。
public:
AllJoynBusObject();
AllJoynBusObject();
public AllJoynBusObject();
function AllJoynBusObject()
Public Sub New ()
Windows の要件
アプリの機能 |
allJoyn
|
こちらもご覧ください
適用対象
AllJoynBusObject(String)
重要
Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。
指定したオブジェクト パスに 1 つ以上のインターフェイスを実装する 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 では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity Lite や IoTivity などの代替手段については、iotivity.org Web サイトを参照してください。
AllJoynBusAttachment を指定して、指定したオブジェクト パスに 1 つ以上のインターフェイスを実装する AllJoynBusObject を作成します。
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
|