IRegPortRead Method (Int64, IntPtr, Int64)

CVB.Net Documentation
Reads bufferLength bytes from the address into the memory at bufferPointer.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void Read(
	long address,
	IntPtr bufferPointer,
	long bufferLength
)

Parameters

address
Type: SystemInt64
Address to read from.
bufferPointer
Type: SystemIntPtr
Pointer to write read data to.
bufferLength
Type: SystemInt64
Size of the memory chunk at bufferPointer.
Remarks

Some transport layers have constraints in how many bytes can be read (i.e. max size and granularity). Also here device endianness needs to be taken into account if non-byte data is retrieved.
See Also

Reference