GattServiceProviderTriggerResult.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the status of creating the trigger.
public:
property BluetoothError Error { BluetoothError get(); };
BluetoothError Error();
public BluetoothError Error { get; }
var bluetoothError = gattServiceProviderTriggerResult.error;
Public ReadOnly Property Error As BluetoothError
Property Value
The error code.