NurApiDiagSetConfig Method
Set new diagnostics configuration.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void DiagSetConfig(
uint flags,
uint interval
)
- flags UInt32
- Bit flags to send with request. One or more of DIAG_CFG flags.
- interval UInt32
- Report interval in seconds. Only valid if DIAG_CFG_NOTIFY_PERIODIC is set in flags. Set to 0 if DIAG_CFG_NOTIFY_PERIODIC is not set.
None