ClassesClasses | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HSerial (Class)

Name

HSerial — Represents an instance of a connection via a serial port.

Constructors

OpenSerial    Open a serial device.

Finalizer

This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.

CloseSerial    Close a serial device.

Methods

ClearSerial    Clear the buffer of a serial connection.
GetSerialParam    Get the parameters of a serial device.
OpenSerial    Open a serial device.
ReadSerial    Read from a serial device.
SetSerialParam    Set the parameters of a serial device.
WriteSerial    Write to a serial connection.

HSerial (Class)

Name

HSerial — Represents an instance of a connection via a serial port.

Constructors

OpenSerial    Open a serial device.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.

CloseSerial    Close a serial device.

Methods

ClearSerial    Clear the buffer of a serial connection.
GetSerialParam    Get the parameters of a serial device.
OpenSerial    Open a serial device.
ReadSerial    Read from a serial device.
SetSerialParam    Set the parameters of a serial device.
WriteSerial    Write to a serial connection.


ClassesClasses | | Operators