|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Send data through an endpoint.
| endpoint_id | Target endpoint. |
| data | Pointer to payload bytes. |
| size | Payload size in bytes. |
For UDP: sends a single datagram via sendto(). Non-blocking. For TCP: writes framed message. May block briefly if kernel send buffer is full. For SHM: writes into the shared segment.
Implemented in MayaFlux::Core::TCPBackend, and MayaFlux::Core::UDPBackend.