UDP data event.
More...
#include <udp.h>
UDP data event.
Definition at line 22 of file udp.h.
◆ data
std::unique_ptr<char[]> uvw::udp_data_event::data |
A bunch of data read on the stream.
Definition at line 25 of file udp.h.
◆ length
std::size_t uvw::udp_data_event::length |
The amount of data read on the stream.
Definition at line 26 of file udp.h.
◆ partial
bool uvw::udp_data_event::partial |
True if the message was truncated, false otherwise.
Definition at line 28 of file udp.h.
◆ sender
The documentation for this struct was generated from the following file: