NurApiAccWirelessChargeStatus Enumeration
Wireless charging status
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public enum AccWirelessChargeStatus
OFF | 0 |
The accessory stated that wireless charging is currently off.
|
ON | 1 |
The accessory stated that wireless charging is currently on.
|
REFUSED | -1 |
The accessory stated that wireless charging is currently not available.
|
FAIL | -2 |
There was an unexpected error in the communications (no reply, timeout etc..)
|
NOT_SUPPORTED | -3 |
The accessory device replied with HW mismatch error
|