Class Fujitsu.ChangeBlockOrAreaGroupPasswordAccessParams
This is the same parameter for two operations - ChangeBlockGroupPassword(64K Tags) and ChangeAreaGroupPassword(8K Tags).
Inheritance
System.Object
Fujitsu.ChangeBlockOrAreaGroupPasswordAccessParams
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 ChangeBlockOrAreaGroupPasswordAccessParams
Constructors
ChangeBlockOrAreaGroupPasswordAccessParams()
constructor
Declaration
public ChangeBlockOrAreaGroupPasswordAccessParams()
Properties
BlockOrAreaGroupOffset
Index of the BlockGroup (or) AreaGroup,according to whether the tag is an 8K or 64K Tag.
Declaration
public byte BlockOrAreaGroupOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
CurrentPassword
Current Password for the BlockGroup or AreaGroup
Declaration
public uint CurrentPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
NewPassword
New Password for the BlockGroup or the AreaGroup
Declaration
public uint NewPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |