Class Fujitsu.AreaReadLockAccessParams
Parameters for AreaReadLock operation meant for Fujitsu's 8K Tags.Specifies the AreaGroup,its Password and the Payload Action-Mask pair for AreaReadLock operation.
Inheritance
System.Object
Fujitsu.AreaReadLockAccessParams
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 AreaReadLockAccessParams
Constructors
AreaReadLockAccessParams()
constructor
Declaration
public AreaReadLockAccessParams()
Properties
AreaGroupOffset
Index of the AreaGroup, ranging from 0-15
Declaration
public byte AreaGroupOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
AreaGroupPassword
Password for the specified AreaGroup.
Declaration
public uint AreaGroupPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
PayloadAction
A 16-bit pattern where each bit specifies whether to apply ReadLock or Unlock the corresponding Area inside the specifed AreaGroup.
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 |