|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
This is the complete list of members for profinet::UdpSocket, including all inherited members.
| defaultReceiveBufferSize | profinet::UdpSocket | static |
| defaultTimeout | profinet::UdpSocket | static |
| fd | profinet::UdpSocket | private |
| Fd() const | profinet::UdpSocket | inline |
| operator=(const UdpSocket &)=delete | profinet::UdpSocket | |
| operator=(UdpSocket &&other) noexcept | profinet::UdpSocket | |
| Recv(std::size_t maxLen=defaultReceiveBufferSize) const | profinet::UdpSocket | |
| Send(const std::vector< std::uint8_t > &data) const | profinet::UdpSocket | |
| UdpSocket(const std::string &host, std::uint16_t port, std::chrono::duration< double > timeout=std::chrono::duration< double >(defaultTimeout)) | profinet::UdpSocket | |
| UdpSocket(const UdpSocket &)=delete | profinet::UdpSocket | |
| UdpSocket(UdpSocket &&other) noexcept | profinet::UdpSocket | |
| ~UdpSocket() | profinet::UdpSocket |