![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations | |
| enum class | SafeWriteResult { Ok , Timeout , Closed , Error } |
Functions | |
| SafeWriteResult | safeWriteWithTimeout (int fd, const char *data, qsizetype len, qsizetype chunkSize, std::chrono::nanoseconds timeout) |
|
strong |
| Enumerator | |
|---|---|
| Ok | |
| Timeout | |
| Closed | |
| Error | |
Definition at line 25 of file qwaylandpipewritehelper_p.h.
| QT_BEGIN_NAMESPACE QWaylandPipeWriteHelper::SafeWriteResult QWaylandPipeWriteHelper::safeWriteWithTimeout | ( | int | fd, |
| const char * | data, | ||
| qsizetype | len, | ||
| qsizetype | chunkSize, | ||
| std::chrono::nanoseconds | timeout ) |