ReadOperation Constructor

TegoOS

ReadOperation Constructor
Creates the parameters for a read operation.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ReadOperation(
	Bank bank,
	int address,
	int wordCount,
	uint password
)
Public Sub New ( 
	bank As Bank,
	address As Integer,
	wordCount As Integer,
	password As UInteger
)
public:
ReadOperation(
	Bank bank, 
	int address, 
	int wordCount, 
	unsigned int password
)
new : 
        bank : Bank * 
        address : int * 
        wordCount : int * 
        password : uint32 -> ReadOperation

Parameters

bank
Type: Tego.Rfid.Gen2Bank
Bank, from where data should be read
address
Type: SystemInt32
Address, from where to start reading
wordCount
Type: SystemInt32
Number of words to read
password
Type: SystemUInt32
Access password
See Also