Back to Jetson Inference

Jetson Inference: jetson

docs/html/Socket_8h.html

latest1.7 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Classes | Macros | Enumerations

Socket.h File Reference

#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...
| | |

Macro Definition Documentation

IP_ANY

| #define IP_ANY 0x00000000 |

IP_BROADCAST

| #define IP_BROADCAST 0xFFFFFFFF |

IP_LOOPBACK

| #define IP_LOOPBACK 0x7F000001 |