Class Fujitsu.ChangeBlockLockAccessParams
The parameter for Fujitsu's ChangeBlockLock Operation,meant for 64K Tags.Specifies the BlockGroup,Payload Mask-Action pair and the BlockGroup's Password.
Inheritance
System.Object
Fujitsu.ChangeBlockLockAccessParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ChangeBlockLockAccessParams
Constructors
ChangeBlockLockAccessParams()
constructor
Declaration
public ChangeBlockLockAccessParams()
Properties
BlockGroupOffset
Index of the BlockGroup to be acted on.
Declaration
public byte BlockGroupOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
BlockGroupPassword
The Password for the BlockGroup specified by BlockGroupOffset.
Declaration
public uint BlockGroupPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
PayloadAction
A 16-bit value that specifies whether to set/reset the BlockLock flags for the corresponding blocks inside the BlockGroup specified by BlockGroupOffset.
Declaration
public ushort PayloadAction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
PayloadMask
A 16-bit Mask for the PayloadAction,where each bit specifies whether to apply or ignore the corresponding 'Action' bit.
Declaration
public ushort PayloadMask { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |