Class Fujitsu.AreaWriteLockWOPasswordAccessParams
It is the parameter for Fujitsu's Custom operation for 8K Tags- ChangeAreaWriteLockWithoutPassword.It specifies only the AreaGroup and PayloadAction.
Inheritance
System.Object
Fujitsu.AreaWriteLockWOPasswordAccessParams
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 AreaWriteLockWOPasswordAccessParams
Constructors
AreaWriteLockWOPasswordAccessParams()
constructor
Declaration
public AreaWriteLockWOPasswordAccessParams()
Properties
AreaGroupOffset
Index of the AreaGroup, ranging from 0-15
Declaration
public byte AreaGroupOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
PayloadAction
A 16 bit pattern where each bit indicates whether to WriteLock the respective Area or or ignore it.
Declaration
public ushort PayloadAction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |