PortNodeWrite Method (Int64, Byte)

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

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

public void Write(
	long address,
	byte[] buffer
)

Parameters

address
Type: SystemInt64
Address to write to.
buffer
Type: SystemByte
Byte array to write.

Implements

IPortNodeWrite(Int64, Byte)
Remarks

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

Reference