Share via


AllJoynBusAttachment Constructors

Definition

Overloads

AllJoynBusAttachment()

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

Generates an AllJoynBusAttachment object using the default named pipe connection specification.

AllJoynBusAttachment(String)

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

Generates an AllJoynBusAttachment object using the provided connection specification.

AllJoynBusAttachment()

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

Generates an AllJoynBusAttachment object using the default named pipe connection specification.

public:
 AllJoynBusAttachment();
 AllJoynBusAttachment();
public AllJoynBusAttachment();
function AllJoynBusAttachment()
Public Sub New ()

Windows requirements

App capabilities
allJoyn

See also

Applies to

AllJoynBusAttachment(String)

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

Generates an AllJoynBusAttachment object using the provided connection specification.

public:
 AllJoynBusAttachment(Platform::String ^ connectionSpecification);
 AllJoynBusAttachment(winrt::hstring const& connectionSpecification);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynBusAttachment(winrt::hstring const& connectionSpecification);
public AllJoynBusAttachment(string connectionSpecification);
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynBusAttachment(string connectionSpecification);
function AllJoynBusAttachment(connectionSpecification)
Public Sub New (connectionSpecification As String)

Parameters

connectionSpecification
String

Platform::String

winrt::hstring

Specification used to initiate and maintain connections to a router node (bus). Windows 10 supports the 'npipe:' transport, formatted according to the .

Attributes

Windows requirements

App capabilities
allJoyn

Applies to