ArmNN
 20.02
NetworkSockets.hpp File Reference

Go to the source code of this file.

Namespaces

 armnnUtils
 
 armnnUtils::Sockets
 

Functions

bool Initialize ()
 Performs any required one-time setup. More...
 
int Close (Socket s)
 
bool SetNonBlocking (Socket s)
 
long Write (Socket s, const void *buf, size_t len)
 
long Read (Socket s, void *buf, size_t len)
 
int Ioctl (Socket s, unsigned long int cmd, void *arg)
 
int Poll (PollFd *fds, nfds_t numFds, int timeout)
 
armnnUtils::Sockets::Socket Accept (Socket s, sockaddr *addr, socklen_t *addrlen, int flags)