Click or drag to resize

SerialPortDefinition Class

Provides a definition of a serial port.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.SerialControllerSerialPortDefinition

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

The SerialPortDefinition type exposes the following members.

Constructors
 NameDescription
Public methodSerialPortDefinitionInitializes a new instance of the SerialPortDefinition class
Top
Properties
 NameDescription
Public propertyBaudRate Line speed of the serial port.
Public propertyDataSize Number of data bits used in the serial port protocol.
Public propertyHandshake Flow control method used in the serial port protocol.
Public propertyIsEnabled The flag to indicate whether the serial port is enabled.
Public propertyName The name of the serial port.
Public propertyNewLine The message terminator sequence used when reading from or writing to the serial port.
Public propertyParity Parity setting of the serial port.
Public propertyReadTimeout Timeout period used when reading from the serial port.
Public propertyStopBits Number of stop bits used in the serial port protocol.
Public propertyWriteTimeout Timeout period used when writing to the serial port.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also