IPortNodeWrite Method (Int64, IntPtr, Int64)

CVB.Net Documentation
Writes memory from the given buffer to the remote device.

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

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

Parameters

address
Type: SystemInt64
Address to write to.
bufferPointer
Type: SystemIntPtr
Buffer to write to device.
bufferLength
Type: SystemInt64
Number of bytes in the buffer.
Remarks

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

Reference