PortNodeRead Method (Int64, IntPtr, Int64)

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

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

Parameters

address
Type: SystemInt64
Address to read from.
bufferPointer
Type: SystemIntPtr
Buffer to store data into.
bufferLength
Type: SystemInt64
Number of bytes to read; buffer must have at least that many bytes of allocated memory.

Implements

IPortNodeRead(Int64, IntPtr, Int64)
Remarks

Use of this method is unsafe; prefer using the typed nodes instead or reading into byte-arrays if necessary.
See Also

Reference