IPortNodeRead Method (Int64, Byte)

CVB.Net Documentation
Reads memory from the remote device into the given buffer.

Namespace:  Stemmer.Cvb.GenApi
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
Byte array to read to.
Remarks

The number of bytes read depend on the Length of the given buffer.
See Also

Reference