RfcommInboundConnectionInformation
RfcommInboundConnectionInformation
RfcommInboundConnectionInformation
RfcommInboundConnectionInformation
Class
Definition
Provides information about incoming RFCOMM connections. If an app wants the system to listen for incoming connections on behalf of an RfcommConnectionTrigger, the app must create this object and attach it to the RfcommConnectionTrigger.
public : sealed class RfcommInboundConnectionInformation : IRfcommInboundConnectionInformationpublic sealed class RfcommInboundConnectionInformation : IRfcommInboundConnectionInformationPublic NotInheritable Class RfcommInboundConnectionInformation Implements IRfcommInboundConnectionInformation// 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
LocalServiceId LocalServiceId LocalServiceId LocalServiceId
Gets or sets the service UUID that will be advertised in the SDP record.
public : RfcommServiceId LocalServiceId { get; set; }public RfcommServiceId LocalServiceId { get; set; }Public ReadWrite Property LocalServiceId As RfcommServiceId// You can use this property in JavaScript.
The service UUID that will be advertised in the SDP record.
SdpRecord SdpRecord SdpRecord SdpRecord
Gets or sets the Bluetooth SDP record that the system will advertise on behalf of the app.
public : IBuffer SdpRecord { get; set; }public IBuffer SdpRecord { get; set; }Public ReadWrite Property SdpRecord As IBuffer// You can use this property in JavaScript.
ServiceCapabilities ServiceCapabilities ServiceCapabilities ServiceCapabilities
Gets or sets the service capabilities that will be advertised.
public : BluetoothServiceCapabilities ServiceCapabilities { get; set; }public BluetoothServiceCapabilities ServiceCapabilities { get; set; }Public ReadWrite Property ServiceCapabilities As BluetoothServiceCapabilities// You can use this property in JavaScript.
- Value
- BluetoothServiceCapabilities BluetoothServiceCapabilities BluetoothServiceCapabilities BluetoothServiceCapabilities
One of the BluetoothServiceCapabilities enumeration values that specifies the service capabilities to be advertised.