Click or drag to resize

BaseSerialControllerWriteLineTextDelegate Property

The write port delegate.

Namespace: RAYLASE.Marker.Device.SerialController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public Func<string, IList<SerialPortTextData>, int, IOPortCondition, Guid?, Guid> WriteLineTextDelegate { get; set; }

Property Value

FuncString, IListSerialPortTextData, Int32, IOPortCondition, NullableGuid, Guid
See Also