Class Fujitsu.AreaWriteLockAccessParams
Parameters for AreaWriteLock operation meant for Fujitsu's 8K Tags.Specifies the AreaGroup,its Password and the Payload Action-Mask pair for AreaWriteLock operation.
Inheritance
System.Object
Fujitsu.AreaWriteLockAccessParams
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 AreaWriteLockAccessParams
Constructors
AreaWriteLockAccessParams()
constructor
Declaration
public AreaWriteLockAccessParams()
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 value where each bit specifies whether to apply WriteLock 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 |