![]() |
Jetson Inference
DNN Vision Library
|
#include <stdint.h>#include <cstddef>Go to the source code of this file.
Classes | |
| class | Socket |
| The Socket class provides TCP or UDP ethernet networking. More... | |
Macros | |
| #define | IP_ANY 0x00000000 |
| #define | IP_BROADCAST 0xFFFFFFFF |
| #define | IP_LOOPBACK 0x7F000001 |
Enumerations | |
| enum | SocketType { SOCKET_UDP = 0, SOCKET_TCP = 1 } |
| TCP/UDP enumeration. More... | |
| #define IP_ANY 0x00000000 |
| #define IP_BROADCAST 0xFFFFFFFF |
| #define IP_LOOPBACK 0x7F000001 |
| enum SocketType |