BaseSerialControllerWritePort(String, IListSerialPortTextData, Int32, IOPortCondition, NullableGuid) Method |
Writes a sequence of text data to a given port.
Namespace: RAYLASE.Marker.Device.SerialControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract Guid WritePort(
string portName,
IList<SerialPortTextData> values,
int delay,
IOPortCondition condition,
Guid? parentListGuid
)
Parameters
- portName String
- The logical port to write to.
- values IListSerialPortTextData
- 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
GuidThe list Guid, if the process runs in a command list.
See Also