first commit
This commit is contained in:
23
windows/devices/bluetooth/bluetootherror.go
Normal file
23
windows/devices/bluetooth/bluetootherror.go
Normal file
@ -0,0 +1,23 @@
|
||||
// Code generated by winrt-go-gen. DO NOT EDIT.
|
||||
|
||||
//go:build windows
|
||||
|
||||
//nolint:all
|
||||
package bluetooth
|
||||
|
||||
type BluetoothError int32
|
||||
|
||||
const SignatureBluetoothError string = "enum(Windows.Devices.Bluetooth.BluetoothError;i4)"
|
||||
|
||||
const (
|
||||
BluetoothErrorSuccess BluetoothError = 0
|
||||
BluetoothErrorRadioNotAvailable BluetoothError = 1
|
||||
BluetoothErrorResourceInUse BluetoothError = 2
|
||||
BluetoothErrorDeviceNotConnected BluetoothError = 3
|
||||
BluetoothErrorOtherError BluetoothError = 4
|
||||
BluetoothErrorDisabledByPolicy BluetoothError = 5
|
||||
BluetoothErrorNotSupported BluetoothError = 6
|
||||
BluetoothErrorDisabledByUser BluetoothError = 7
|
||||
BluetoothErrorConsentRequired BluetoothError = 8
|
||||
BluetoothErrorTransportNotSupported BluetoothError = 9
|
||||
)
|
Reference in New Issue
Block a user