Class Fujitsu.ChangeWordLockAccessParams
This is the parameter for Fujitsu's ChangeWordLock operation meant for 64K Tags.Specifies the Memory Bank and ByteOffset for the two words to be locked,the BlockGroup password and the Payload Action-Mask pair meant for the ChangeWordLock operation.
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ChangeWordLockAccessParams
Constructors
ChangeWordLockAccessParams()
constructor
Declaration
public ChangeWordLockAccessParams()
Properties
BlockGroupPassword
The BlockGroup password for the Block-Group enclosing the words to be word-locked.
Declaration
public uint BlockGroupPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ByteOffset
Byte-offset of the first of the two-words to be word-locked.
Declaration
public ushort ByteOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
MemoryBank
Memory Bank containing the words to be word-locked.
Declaration
public MEMORY_BANK MemoryBank { get; set; }
Property Value
| Type | Description |
|---|---|
| MEMORY_BANK |
PayloadAction
It's 2LSBs represent the Word-Lock action to be performed on the two-consecutive words being word-locked. A 'zero' represents an unlock and a 'one' represents a 'lock' action.The rest of the bits are to be ignored.
Declaration
public byte PayloadAction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
PayloadMask
It's 2 LSBs represent the Mask for Payload Action.A 'zero' implies the corresponding 'action' bit is to be ignored and a 'one' implies the corresponding 'action' is to be applied.The rest of the bits are to be ignored.
Declaration
public byte PayloadMask { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |