ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HSerial — Represents an instance of a connection via a serial port.
OpenSerial | Open a serial device. |
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. |
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 — Represents an instance of a connection via a serial port.
OpenSerial | Open a serial device. |
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. |
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 |