RTPort8 Write Method ( Byte , Int32, Int32) IntervalZero RTX Managed Code
Writes a series of values to the port, beginning at a specified offset.

Namespace:  RTX.IO
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public void Write(
	byte[] data,
	int offset,
	int count
)

Parameters

data
Type: OnlineSystem Byte
An array of values to write
offset
Type: OnlineSystem Int32
The port offset at which to begin writing.
count
Type: OnlineSystem Int32
The number of values fromt he array to write.
See Also