NurApiGetVersions Method

Returns the current mode, primary and secondary version information.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiModuleVersions GetVersions()

Return Value

NurApiModuleVersions
Return the application and bootloader version as specified in NurApiModuleVersions.

Remarks

If the module is currently running application then the primary version is the application's one and secondary bootloader's. If the module is currently running bootloader then the primary version is the bootloader's one and secondary application's.

See Also