Click or drag to resize

SystemSerialController.WritePort(String, IList<SerialPortTextData>, Int32, IOPortCondition, Nullable<Guid>) Method

Writes a sequence of text data to a given port.

Namespace: RAYLASE.MarkerPlugin.Devices.SerialController
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.21.0
Syntax
C#
public override Guid WritePort(
	string portName,
	IList<SerialPortTextData> values,
	int delay,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

portName  String
The logical port to write to.
values  IList<SerialPortTextData>
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  Nullable<Guid>
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