IRegPortWrite Method (Int64, IntPtr, Int64)

CVB.Net Documentation
Writes the contents of the buffer at bufferPointer to the given address.

Namespace:  Stemmer.Cvb.Driver
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
Memory buffer to write to device.
bufferLength
Type: SystemInt64
Number of bytes to write from bufferPointer.
Remarks

Some transport layers have constraints in how many bytes can be written (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