Click or drag to resize

BaseSerialControllerWritePort(String, IListSerialPortBinaryData, Int32, IOPortCondition, NullableGuid) Method

Writes a sequence of binary data to a given port.

Namespace: RAYLASE.Marker.Device.SerialController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract Guid WritePort(
	string portName,
	IList<SerialPortBinaryData> values,
	int delay,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

portName  String
The logical port to write to.
values  IListSerialPortBinaryData
The sequence of data assigned to the port.
delay  Int32
The delay, in ms, between the last received response to the next data transmition.
condition  IOPortCondition
Binning condition.
parentListGuid  NullableGuid
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

Guid
The list Guid, if the process runs in a command list.
See Also