RfcommDeviceServicesResult RfcommDeviceServicesResult RfcommDeviceServicesResult RfcommDeviceServicesResult Class

Definition

The result of an Rfcomm device service request.

public : sealed class RfcommDeviceServicesResult : IRfcommDeviceServicesResultpublic sealed class RfcommDeviceServicesResult : IRfcommDeviceServicesResultPublic NotInheritable Class RfcommDeviceServicesResult Implements IRfcommDeviceServicesResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

This class is returned as a result of calling the GetRfcommServicesAsync method.

Properties

Error Error Error Error

Indicates that an error occurred.

public : BluetoothError Error { get; }public BluetoothError Error { get; }Public ReadOnly Property Error As BluetoothError// You can use this property in JavaScript.

Services Services Services Services

The RfcommDeviceService object.

public : IVectorView<RfcommDeviceService> Services { get; }public IReadOnlyList<RfcommDeviceService> Services { get; }Public ReadOnly Property Services As IReadOnlyList<RfcommDeviceService>// You can use this property in JavaScript.
Value
IVectorView<RfcommDeviceService> IReadOnlyList<RfcommDeviceService> IReadOnlyList<RfcommDeviceService> IReadOnlyList<RfcommDeviceService>

Gets the RfcommDeviceService object.