Core
TODO
Core objects in C++ are referenced by the following shared pointer typedef:
The Core class description is shown below:
-
class Core
UDP Core.
Subclassed by rogue::protocols::udp::Client, rogue::protocols::udp::Server
Public Functions
-
explicit Core(bool jumbo)
Creator.
-
~Core()
Destructor.
-
void stop()
Stop the interface.
-
uint32_t maxPayload()
Return max payload.
-
bool setRxBufferCount(uint32_t count)
Set number of expected incoming buffers.
-
void setTimeout(uint32_t timeout)
Set timeout for frame transmits in microseconds.
Public Static Functions
-
static void setup_python()
Setup class in python.
-
explicit Core(bool jumbo)