Class Fujitsu.BurstEraseAccessParams
Parameters for BurstErase operation meant for Fujitsu's 64K Tags.Specifies the memory Bank,ByteOffset and length of the Data to be erased together with the AccessPassword.
Inheritance
System.Object
Fujitsu.BurstEraseAccessParams
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 BurstEraseAccessParams
Constructors
BurstEraseAccessParams()
Constructor
Declaration
public BurstEraseAccessParams()
Properties
AccessPassword
AccessPassword of the tag(s) being acted upon.
Declaration
public uint AccessPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BurstEraseLength
Byte-Length of the Data to be Burst-Erased .Can only be a multiple of four.
Declaration
public ushort BurstEraseLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
ByteOffset
ByteOffset of the first of the words to be erased, within the specified MemoryBank. Should be a multiple of 4.
Declaration
public ushort ByteOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
MemoryBank
Memory Bank containing the words to be erased
Declaration
public MEMORY_BANK MemoryBank { get; set; }
Property Value
| Type | Description |
|---|---|
| MEMORY_BANK |