RegionConfiguration Constructor

TegoOS

RegionConfiguration Constructor
Constructor

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public RegionConfiguration(
	int address,
	int size,
	int writeDepth
)
Public Sub New ( 
	address As Integer,
	size As Integer,
	writeDepth As Integer
)
public:
RegionConfiguration(
	int address, 
	int size, 
	int writeDepth
)
new : 
        address : int * 
        size : int * 
        writeDepth : int -> RegionConfiguration

Parameters

address
Type: SystemInt32
Address in the memory
size
Type: SystemInt32
Size of the Region
writeDepth
Type: SystemInt32
Write depth
See Also