GattServiceProviderAdvertisementStatusChangedEventArgs GattServiceProviderAdvertisementStatusChangedEventArgs GattServiceProviderAdvertisementStatusChangedEventArgs GattServiceProviderAdvertisementStatusChangedEventArgs Class

Definition

The event args for the GattServiceProvider.

public : sealed class GattServiceProviderAdvertisementStatusChangedEventArgs : IGattServiceProviderAdvertisementStatusChangedEventArgspublic sealed class GattServiceProviderAdvertisementStatusChangedEventArgs : IGattServiceProviderAdvertisementStatusChangedEventArgsPublic NotInheritable Class GattServiceProviderAdvertisementStatusChangedEventArgs Implements IGattServiceProviderAdvertisementStatusChangedEventArgs// 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

Error Error Error Error

Gets the error of the GATT service.

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

The error of the GATT service.

Status Status Status Status

Gets the status of the GATT service.

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