Enum MemoryBankRestriction
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Options to secure a memory bank using LockPayload
public enum MemoryBankRestriction
- Extension Methods
Fields
AlwaysNotWritable = 3
The memory bank is not writeable and this access restriction should be set permanently.
AlwaysWritable = 1
The memory bank is writeable when the tag is in either the open or secured state and this access restriction should be set permanently.
NoChange = 4
The memory bank’s access restriction should remain unchanged.
SecuredWritable = 2
The memory bank is writeable only when the tag is in the secured state.
Writable = 0
The memory bank is writeable when the tag is in either the open or secured state.