Class TagAccess.ReadAccessParams
Parameters for Read Access Operation.
Inheritance
System.Object
TagAccess.ReadAccessParams
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 ReadAccessParams
Constructors
ReadAccessParams()
Constructor.
Declaration
public ReadAccessParams()
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 read. Since Access operation is WORD aligned, offset be in double bytes.
Declaration
public uint ByteCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ByteOffset
The addresss of the first byte to read from the chosen memory bank. Since Access operation is WORD aligned, offset should be in double bytes.
Declaration
public uint ByteOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
MemoryBank
Memory bank from which data is to be read from.
Declaration
public MEMORY_BANK MemoryBank { get; set; }
Property Value
| Type | Description |
|---|---|
| MEMORY_BANK |