#include <UdpIODevice.h>
UdpIODevice provides a QIODevice interface over a QUdpSocket in server mode. It allows line-based reading using canReadLine() and readLineData() even when the socket is in bound mode.
Definition at line 11 of file UdpIODevice.h.
◆ UdpIODevice()
| UdpIODevice::UdpIODevice |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~UdpIODevice()
| UdpIODevice::~UdpIODevice |
( |
| ) |
|
◆ canReadLine()
| bool UdpIODevice::canReadLine |
( |
| ) |
const |
|
override |
◆ isSequential()
| bool UdpIODevice::isSequential |
( |
| ) |
const |
|
inlineoverride |
◆ readData()
| qint64 UdpIODevice::readData |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
override |
◆ readLineData()
| qint64 UdpIODevice::readLineData |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: