Click or drag to resize

BaseSerialControllerWriteLineBinaryDelegate 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<SerialPortBinaryData>, int, IOPortCondition, Guid?, Guid> WriteLineBinaryDelegate { get; set; }

Property Value

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