LockAction Enumeration

Lock action flags

Definition

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

Members

Open0 Associated memory bank is readable from open/secured states.
PermaWrite1 Associated memory bank is permanently writable from open/secured states and may never be locked.
Secured2 Associated memory bank is writable only from secured state.
PermaLock3 Associated memory bank is not writable from any state. If locked memory is AccessPwd or KillPwd memory is not readable from any state.

See Also