Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Classes | |
class | IPCommunicationDriver |
class | ITransportProtocol |
class | TcpClient |
class | UdpServer |
Typedefs | |
using | TcpServer = TcpClient |
using | UdpClient = UdpServer |
Enumerations | |
enum class | eIpNetworkRole { Client , Server } |
Functions | |
bool | isAllowedIP (const std::string &sourceIp, const std::set< std::string > &allowedIPs) |
void | showLANMessage (uint32_t timestamp, uint32_t msgId, const uint8_t *bytes) |
using iv::comms::ip::TcpServer = TcpClient |
using iv::comms::ip::UdpClient = UdpServer |
|
strong |
bool iv::comms::ip::isAllowedIP | ( | const std::string & | sourceIp, |
const std::set< std::string > & | allowedIPs ) |
void iv::comms::ip::showLANMessage | ( | uint32_t | timestamp, |
uint32_t | msgId, | ||
const uint8_t * | bytes ) |