Core

TODO

Core objects in C++ are referenced by the following shared pointer typedef:

typedef std::shared_ptr<rogue::protocols::udp::Core> rogue::protocols::udp::CorePtr

The Core class description is shown below:

class Core

UDP Core.

Subclassed by rogue::protocols::udp::Client, rogue::protocols::udp::Server

Public Functions

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.