GattDeviceServicesResult
GattDeviceServicesResult
GattDeviceServicesResult
GattDeviceServicesResult
Class
Definition
The status of GetIncludedServicesForUuidAsync and GetIncludedServicesForUuidAsync
public : sealed class GattDeviceServicesResult : IGattDeviceServicesResultpublic sealed class GattDeviceServicesResult : IGattDeviceServicesResultPublic NotInheritable Class GattDeviceServicesResult Implements IGattDeviceServicesResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
ProtocolError ProtocolError ProtocolError ProtocolError
Gets the protocol error.
public : IReference<byte> ProtocolError { get; }public Nullable<byte> ProtocolError { get; }Public ReadOnly Property ProtocolError As Nullable<byte>// You can use this property in JavaScript.
- Value
- IReference<byte> Nullable<byte> Nullable<byte> Nullable<byte>
The protocol error.
Services Services Services Services
Gets the services.
public : IVectorView<GattDeviceService> Services { get; }public IReadOnlyList<GattDeviceService> Services { get; }Public ReadOnly Property Services As IReadOnlyList<GattDeviceService>// You can use this property in JavaScript.
- Value
- IVectorView<GattDeviceService> IReadOnlyList<GattDeviceService> IReadOnlyList<GattDeviceService> IReadOnlyList<GattDeviceService>
The services.
Status Status Status Status
Gets the communication status of the operation.
public : GattCommunicationStatus Status { get; }public GattCommunicationStatus Status { get; }Public ReadOnly Property Status As GattCommunicationStatus// You can use this property in JavaScript.
- Value
- GattCommunicationStatus GattCommunicationStatus GattCommunicationStatus GattCommunicationStatus
The communication status of the operation.