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