Click or drag to resize

SerialPortTextData Class

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

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

The SerialPortTextData type exposes the following members.

Constructors
 NameDescription
Public methodSerialPortTextDataInitializes a new instance of the SerialPortTextData 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