AllJoynServiceInfo(String, String, UInt16) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity Lite 和 IoTivity等替代方案,請參閱 iotivity.org 網站。
產生代表廣告應用程式的 AllJoynServiceInfo 物件。 此物件提供唯一的匯流排名稱、物件路徑和傳輸資訊。
public:
AllJoynServiceInfo(Platform::String ^ uniqueName, Platform::String ^ objectPath, unsigned short sessionPort);
AllJoynServiceInfo(winrt::hstring const& uniqueName, winrt::hstring const& objectPath, uint16_t const& sessionPort);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynServiceInfo(winrt::hstring const& uniqueName, winrt::hstring const& objectPath, uint16_t const& sessionPort);
public AllJoynServiceInfo(string uniqueName, string objectPath, ushort sessionPort);
[Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynServiceInfo(string uniqueName, string objectPath, ushort sessionPort);
function AllJoynServiceInfo(uniqueName, objectPath, sessionPort)
Public Sub New (uniqueName As String, objectPath As String, sessionPort As UShort)
參數
- uniqueName
-
String
Platform::String
winrt::hstring
唯一的匯流排名稱。
- objectPath
-
String
Platform::String
winrt::hstring
物件路徑。
- sessionPort
-
UInt16
unsigned short
uint16_t
此會話的埠。
- 屬性
Windows 需求
應用程式功能 |
allJoyn
|