PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
profinet::UdpSocket Member List

This is the complete list of members for profinet::UdpSocket, including all inherited members.

defaultReceiveBufferSizeprofinet::UdpSocketstatic
defaultTimeoutprofinet::UdpSocketstatic
fdprofinet::UdpSocketprivate
Fd() constprofinet::UdpSocketinline
operator=(const UdpSocket &)=deleteprofinet::UdpSocket
operator=(UdpSocket &&other) noexceptprofinet::UdpSocket
Recv(std::size_t maxLen=defaultReceiveBufferSize) constprofinet::UdpSocket
Send(const std::vector< std::uint8_t > &data) constprofinet::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 &)=deleteprofinet::UdpSocket
UdpSocket(UdpSocket &&other) noexceptprofinet::UdpSocket
~UdpSocket()profinet::UdpSocket