GattServiceProviderTriggerResult GattServiceProviderTriggerResult GattServiceProviderTriggerResult GattServiceProviderTriggerResult Class

Definition

This class contains the trigger created by GattServiceProviderTrigger.CreateAsync().

public : sealed class GattServiceProviderTriggerResult : IGattServiceProviderTriggerResultpublic sealed class GattServiceProviderTriggerResult : IGattServiceProviderTriggerResultPublic NotInheritable Class GattServiceProviderTriggerResult Implements IGattServiceProviderTriggerResult// 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

Get the status of creating the trigger.

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

Trigger Trigger Trigger Trigger

Gets the Trigger created by GattServiceProviderTrigger.CreateAsync

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