![]() |
Jetson Inference
DNN Vision Library
|
This is the complete list of members for Socket, including all inherited members.
| Accept(uint64_t timeout=0) | Socket | |
| Bind(const char *localIP, uint16_t port) | Socket | |
| Bind(uint32_t localIP, uint16_t port) | Socket | |
| Bind(uint16_t port=0) | Socket | |
| Connect(const char *remoteIP, uint16_t port) | Socket | |
| Connect(uint32_t remoteIP, uint16_t port) | Socket | |
| Create(SocketType type) | Socket | static |
| EnableJumboBuffer() | Socket | |
| GetFD() const | Socket | inline |
| GetMTU() | Socket | |
| GetType() const | Socket | inline |
| PrintIP() const | Socket | |
| Recieve(uint8_t *buffer, size_t size, uint32_t *remoteIP=NULL, uint16_t *remotePort=NULL) | Socket | |
| Recieve(uint8_t *buffer, size_t size, uint32_t *remoteIP, uint16_t *remotePort, uint32_t *localIP) | Socket | |
| Send(void *buffer, size_t size, uint32_t remoteIP, uint16_t remotePort) | Socket | |
| SetBufferSize(size_t size) | Socket | |
| SetRecieveTimeout(uint64_t timeout) | Socket | |
| ~Socket() | Socket |