Implements the CAT interface to OpenRTX devices.
More...
#include <openrtx_link.hh>
|
|
QByteArray | info (const ErrorStack &err=ErrorStack()) |
|
bool | enterFMPMode (const ErrorStack &err=ErrorStack()) |
| bool | isOpen () const override |
| | Returns true if the stream is open.
|
| void | close () override |
| | Closes the stream.
|
| bool | receive (QByteArray &buffer, int timeout, const ErrorStack &err) override |
| | Receives a datagram.
|
| bool | send (const QByteArray &buffer, int timeout, const ErrorStack &err) override |
| | Receives a datagram.
|
|
virtual | ~PacketStream () |
| | Destructor.
|
Implements the CAT interface to OpenRTX devices.
◆ OpenRTXCAT()
Hidden constrcutor.
An instance of this class can be obtained from OpenRTXLink.
- Parameters
-
| link | Specifies the unerlying RTX-link to the the device. |
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/qdmr-0.15.0-build/qdmr-0.15.0/lib/openrtx_link.hh
- /builddir/build/BUILD/qdmr-0.15.0-build/qdmr-0.15.0/lib/openrtx_link.cc