Voyant API 0.2.1
|
#include <udp_base.hpp>
Public Attributes | |
uint8_t * | data |
uintptr_t | len |
bool | success |
Result structure returned to C code after receiving data Contains buffer information and success status
uint8_t* BufferResult::data |
Pointer to the allocated buffer containing received data The caller must free this buffer using free_buffer()
uintptr_t BufferResult::len |
Length of the received data in bytes
bool BufferResult::success |
Flag indicating whether the receive operation was successful If false, data will be null and len will be 0