IRegPortRead Method (Int64, Byte)

CVB.Net Documentation
Reads memory into the given buffer.

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

void Read(
	long address,
	byte[] buffer
)

Parameters

address
Type: SystemInt64
Address to read from.
buffer
Type: SystemByte
Array to save data into.
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