1 |
3.536175 |
BluetoothError |
Enum |
|
|
|
|
|
|
enum BluetoothError
{
Success = 0,
RadioNotAvailable = 1,
ResourceInUse = 2,
DeviceNotConnected = 3,
OtherError = 4,
DisabledByPolicy = 5,
NotSupported = 6,
[contract(Windows.Foundation.UniversalApiContract, 2.0)]
DisabledByUser = 7,
[contract(Windows.Foundation.UniversalApiContract, 3.0)]
ConsentRequired = 8,
[contract(Windows.Foundation.UniversalApiContract, 4.0)]
TransportNotSupported = 9
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.devices.bluetooth.idl(284,0) |
|