Class Fujitsu.BurstWriteAccessParams
The parameter for Fujitsu's BurstWrite operation, meant for 64K Tags.Specifies the Byte-Array to be written,memoryBank and ByteOffset of the starting word and the AccessPassword.
Inheritance
System.Object
Fujitsu.BurstWriteAccessParams
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 BurstWriteAccessParams
Constructors
BurstWriteAccessParams()
constructor
Declaration
public BurstWriteAccessParams()
Properties
AccessPassword
AccessPassword of the tag(s) being operated on
Declaration
public uint AccessPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BurstWriteData
A byte array containing the data to be written in a burst.
Declaration
public byte[] BurstWriteData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
BurstWriteDataLength
Byte-Length of the BurstWriteData array.Must be a multiple of 4.
Declaration
public ushort BurstWriteDataLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
ByteOffset
Byteoffset of the starting word.ByteOffset should be a multiple of 4.
Declaration
public ushort ByteOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
MemoryBank
Memory Bank into which data will be written in a burst.
Declaration
public MEMORY_BANK MemoryBank { get; set; }
Property Value
| Type | Description |
|---|---|
| MEMORY_BANK |