DiagCfgFlags Enumeration

Diagnostic flags

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
[FlagsAttribute]
public enum DiagCfgFlags

Members

NotifyNone0 Never send diagnostics report notification
NotifyPeriodic1 Send diagnostics report notification periodically. DiagSetConfig(UInt32, UInt32)
NotifyWarning2 Send diagnostics report notification on warning/error. DiagSetConfig(UInt32, UInt32)
FwErrorLog4 Module sends error log messages.
FwDebugLog8 Module sends verbose debug log messages.

See Also