RfcommOutboundConnectionInformation RfcommOutboundConnectionInformation RfcommOutboundConnectionInformation RfcommOutboundConnectionInformation Class

Definition

Provides information for RFCOMM outbound connections. If an app wants the system to create outbound connections on its behalf, the app must create this object and attach it to the RfcommConnectionTrigger.

public : sealed class RfcommOutboundConnectionInformation : IRfcommOutboundConnectionInformationpublic sealed class RfcommOutboundConnectionInformation : IRfcommOutboundConnectionInformationPublic NotInheritable Class RfcommOutboundConnectionInformation Implements IRfcommOutboundConnectionInformation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

RemoteServiceId RemoteServiceId RemoteServiceId RemoteServiceId

Gets or sets the service UUID of the remote service to which the system will connect on behalf of the app.

public : RfcommServiceId RemoteServiceId { get; set; }public RfcommServiceId RemoteServiceId { get; set; }Public ReadWrite Property RemoteServiceId As RfcommServiceId// You can use this property in JavaScript.
Value
RfcommServiceId RfcommServiceId RfcommServiceId RfcommServiceId

The service UUID of the remote service to which the system will connect on behalf of the app. This value must be set. When the system creates outgoing connections for the app, it will connect to any remote service that lists the specified UUID in its ServiceClassIDList.