|
| 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.
|
◆ close()
| void OpenRTXLinkDatagram::close |
( |
| ) |
|
|
overridevirtual |
◆ isOpen()
| bool OpenRTXLinkDatagram::isOpen |
( |
| ) |
const |
|
overridevirtual |
Returns true if the stream is open.
Implements PacketStream.
◆ receive()
| bool OpenRTXLinkDatagram::receive |
( |
QByteArray & | buffer, |
|
|
int | timeout, |
|
|
const ErrorStack & | err ) |
|
overridevirtual |
Receives a datagram.
Blocks for up to timeout milliseconds.
Implements PacketStream.
◆ send()
| bool OpenRTXLinkDatagram::send |
( |
const QByteArray & | buffer, |
|
|
int | timeout, |
|
|
const ErrorStack & | err ) |
|
overridevirtual |
Receives a datagram.
Blocks for up to timeout milliseconds.
Implements PacketStream.
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