IRegPortWrite Method (Int64, Byte)

CVB.Net Documentation
Write the contents of buffer 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,
	byte[] buffer
)

Parameters

address
Type: SystemInt64
Address to write to.
buffer
Type: SystemByte
Values to write to device.
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