Class TagAccess.BlockEraseAccessParams
Parameters for Block-Erase Access Operation.
Inheritance
System.Object
TagAccess.BlockEraseAccessParams
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 BlockEraseAccessParams
Constructors
BlockEraseAccessParams()
Constructor.
Declaration
public BlockEraseAccessParams()
Properties
AccessPassword
Password to be used for the Access operation.
Declaration
public uint AccessPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ByteCount
Number of Bytes to be erased. Since Access operation is WORD aligned, offset be in double bytes.
Declaration
public uint ByteCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ByteOffset
Addresss of the first byte to be written to the chosen memory bank. Since Access operation is WORD aligned, offset be in double bytes.
Declaration
public uint ByteOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
MemoryBank
Memory bank on which access operation is to be performed.
Declaration
public MEMORY_BANK MemoryBank { get; set; }
Property Value
| Type | Description |
|---|---|
| MEMORY_BANK |