共用方式為


AllJoynAcceptSessionJoinerEventArgs.SamePhysicalNode 屬性

定義

重要

Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity LiteIoTivity等替代方案,請參閱 iotivity.org 網站。

加入會話的應用程式位於相同的實體節點上。

public:
 property bool SamePhysicalNode { bool get(); };
bool SamePhysicalNode();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAcceptSessionJoinerEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
bool SamePhysicalNode();
public bool SamePhysicalNode { get; }
public bool SamePhysicalNode { [Windows.Foundation.Metadata.Deprecated("AllJoynAcceptSessionJoinerEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = allJoynAcceptSessionJoinerEventArgs.samePhysicalNode;
Public ReadOnly Property SamePhysicalNode As Boolean

屬性值

Boolean

bool

如果位於相同節點上,則為 True;否則為 false。

屬性

Windows 需求

應用程式功能
allJoyn

適用於