LockAction Enumeration
Lock action flags
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
[FlagsAttribute]
public enum LockAction
Open | 0 |
Associated memory bank is readable from open/secured states.
|
PermaWrite | 1 |
Associated memory bank is permanently writable from open/secured states and may never be locked.
|
Secured | 2 |
Associated memory bank is writable only from secured state.
|
PermaLock | 3 |
Associated memory bank is not writable from any state. If locked memory is AccessPwd or KillPwd memory is not readable from any state.
|