Share via


RfcommInboundConnectionInformation.LocalServiceId Property

Definition

Gets or sets the service UUID that will be advertised in the SDP record.

public:
 property RfcommServiceId ^ LocalServiceId { RfcommServiceId ^ get(); void set(RfcommServiceId ^ value); };
RfcommServiceId LocalServiceId();

void LocalServiceId(RfcommServiceId value);
public RfcommServiceId LocalServiceId { get; set; }
var rfcommServiceId = rfcommInboundConnectionInformation.localServiceId;
rfcommInboundConnectionInformation.localServiceId = rfcommServiceId;
Public Property LocalServiceId As RfcommServiceId

Property Value

The service UUID that will be advertised in the SDP record.

Windows requirements

App capabilities
bluetooth

Applies to