DiagReportFlags Enumeration
Diagnostic report flags
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
[FlagsAttribute]
public enum DiagReportFlags
Periodic | 1 |
Set in flags when module sends periodic report.
|
TempHigh | 2 |
Set in flags if module temperature is high. Host application SHOULD stop performing RF operations for a while.
|
TempOver | 4 |
Set in flags if module temperature is over limits. All RF operations will fail with error {@link NurApiErrors#OVER_TEMP} in this stage.
|
LowVolt | 8 |
Set in flags if low voltage is detected. All RF operations will fail with error {@link NurApiErrors#LOW_VOLTAGE} in this stage.
|