AllJoynBusAttachment.State プロパティ

定義

重要

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

バス接続の現在の状態。 状態の変更は、 StateChanged イベントを介して表示されます。 指定できる値は、 AllJoynBusAttachmentState 列挙体によって定義されます。

public:
 property AllJoynBusAttachmentState State { AllJoynBusAttachmentState get(); };
AllJoynBusAttachmentState State();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynBusAttachmentState State();
public AllJoynBusAttachmentState State { get; }
public AllJoynBusAttachmentState State { [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var allJoynBusAttachmentState = allJoynBusAttachment.state;
Public ReadOnly Property State As AllJoynBusAttachmentState

プロパティ値

バス接続の状態。

属性

Windows の要件

アプリの機能
allJoyn

適用対象

こちらもご覧ください