|
EndPointType | type |
|
EndPointDirection | direction |
|
union { |
struct { |
int port |
|
bool reuse_addr |
|
} udp_server |
|
struct { |
char * hostname |
|
int port |
|
} udp_client |
|
struct { |
int port |
|
bool reuse_addr |
|
} tcp_server |
|
struct { |
char * hostname |
|
int port |
|
} tcp_client |
|
struct { |
char * groupname |
|
int port |
|
bool reuse_addr |
|
} multicast_server |
|
struct { |
char * groupname |
|
int port |
|
int ttl |
|
} multicast_client |
|
struct { |
char * name |
|
} file |
|
struct { |
char * name |
|
unsigned int speed |
|
} serial_port |
|
} | info |
|
The documentation for this struct was generated from the following file:
- lib/libUPnP/Neptune/Source/Apps/NetPump/NetPump.cpp