#include <UDPService.hxx>
|
virtual size_t | sendData (const uint8_t *data, uint32_t bufferLength, const std::string &targetIP, uint16_t targetPoint, std::optional< uint16_t > sourcePort=std::nullopt)=0 |
|
Definition at line 12 of file UDPService.hxx.
◆ getInstance()
static std::shared_ptr< UDPService > UDPService::getInstance |
( |
const std::string & |
name | ) |
|
|
static |
◆ sendData()
virtual size_t UDPService::sendData |
( |
const uint8_t * |
data, |
|
|
uint32_t |
bufferLength, |
|
|
const std::string & |
targetIP, |
|
|
uint16_t |
targetPoint, |
|
|
std::optional< uint16_t > |
sourcePort = std::nullopt |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: