first commit
This commit is contained in:
15
windows/devices/bluetooth/bluetoothcachemode.go
Normal file
15
windows/devices/bluetooth/bluetoothcachemode.go
Normal file
@ -0,0 +1,15 @@
|
||||
// Code generated by winrt-go-gen. DO NOT EDIT.
|
||||
|
||||
//go:build windows
|
||||
|
||||
//nolint:all
|
||||
package bluetooth
|
||||
|
||||
type BluetoothCacheMode int32
|
||||
|
||||
const SignatureBluetoothCacheMode string = "enum(Windows.Devices.Bluetooth.BluetoothCacheMode;i4)"
|
||||
|
||||
const (
|
||||
BluetoothCacheModeCached BluetoothCacheMode = 0
|
||||
BluetoothCacheModeUncached BluetoothCacheMode = 1
|
||||
)
|
Reference in New Issue
Block a user