次の方法で共有


AllJoynAboutDataView.Status プロパティ

定義

重要

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

AllJoynAboutDataView オブジェクトを作成した GetDataBySessionPortAsync 操作によって返される状態。

public:
 property int Status { int get(); };
int Status();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
int Status();
public int Status { get; }
public int Status { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var int32 = allJoynAboutDataView.status;
Public ReadOnly Property Status As Integer

プロパティ値

Int32

int

ステータス コード。

属性

Windows の要件

アプリの機能
allJoyn

注釈

戻り値がエラー (つまり Ok 以外) の場合は、空になる可能性がある実際の値が設定されるのではなく、他のプロパティが設定されていないことを意味する可能性があります。

適用対象