Class TagAccess.LockAccessParams
Parameters for Lock Access Operation.
Inheritance
System.Object
TagAccess.LockAccessParams
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 LockAccessParams
Constructors
LockAccessParams()
Constructor.
Declaration
public LockAccessParams()
Properties
AccessPassword
Lock Password.
Declaration
public uint AccessPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
AccessPasswordMemory
Index for LockPrivilege inorder to lock the Memory for Access-Password
Declaration
public int AccessPasswordMemory { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
EPCMemory
Index for LockPrivilege inorder to lock the Memory for EPC
Declaration
public int EPCMemory { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
KillPasswordMemory
Index for LockPrivilege inorder to lock the Memory for Kill-Password
Declaration
public int KillPasswordMemory { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
LockPrivilege
Lock privilege Array to specify the privilige for all memory banks. For setting the index for EPC Memory use index as 'myLockAccessParams.EPCMemory' Assign privilege only for those memory banks whose privilege is to be changed.
Declaration
public LOCK_PRIVILEGE[] LockPrivilege { get; set; }
Property Value
| Type | Description |
|---|---|
| LOCK_PRIVILEGE[] |
TIDMemory
Index for LockPrivilege inorder to lock Memory for TID
Declaration
public int TIDMemory { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
UserMemory
Index for LockPrivilege inorder to lock the Memory for User Memory
Declaration
public int UserMemory { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |