Click or drag to resize

SerialPortBinaryData Class

Provides wrapper for binary data communication via a serial port.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.SerialControllerSerialPortBinaryData

Namespace: RAYLASE.Marker.Device.SerialController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class SerialPortBinaryData

The SerialPortBinaryData type exposes the following members.

Constructors
 NameDescription
Public methodSerialPortBinaryDataInitializes a new instance of the SerialPortBinaryData class
Top
Properties
 NameDescription
Public propertyExpectedResponseMessage The expected response to be received.
Public propertyHasResponse The flag to indicate whether a response is expected.
Public propertyTransmitMessage The message to send.
Top
See Also