Go to the source code of this file.
|
MINIUPNP_LIBSPEC struct UPNPDev * | getDevicesFromMiniSSDPD (const char *devtype, const char *socketpath, int *error) |
|
MINIUPNP_LIBSPEC int | connectToMiniSSDPD (const char *socketpath) |
|
MINIUPNP_LIBSPEC int | disconnectFromMiniSSDPD (int fd) |
|
MINIUPNP_LIBSPEC int | requestDevicesFromMiniSSDPD (int fd, const char *devtype) |
|
MINIUPNP_LIBSPEC struct UPNPDev * | receiveDevicesFromMiniSSDPD (int fd, int *error) |
|
MINIUPNP_LIBSPEC struct UPNPDev * | ssdpDiscoverDevices (const char *const deviceTypes[], int delay, const char *multicastif, int localport, int ipv6, unsigned char ttl, int *error, int searchalltypes) |
|
◆ MINISSDPC_INVALID_INPUT
#define MINISSDPC_INVALID_INPUT (-103) |
◆ MINISSDPC_INVALID_SERVER_REPLY
#define MINISSDPC_INVALID_SERVER_REPLY (-104) |
◆ MINISSDPC_MEMORY_ERROR
#define MINISSDPC_MEMORY_ERROR (-102) |
◆ MINISSDPC_SOCKET_ERROR
#define MINISSDPC_SOCKET_ERROR (-101) |
◆ MINISSDPC_SUCCESS
#define MINISSDPC_SUCCESS (0) |
◆ MINISSDPC_UNKNOWN_ERROR
#define MINISSDPC_UNKNOWN_ERROR (-1) |
◆ connectToMiniSSDPD()
◆ disconnectFromMiniSSDPD()
◆ getDevicesFromMiniSSDPD()
◆ receiveDevicesFromMiniSSDPD()
◆ requestDevicesFromMiniSSDPD()
◆ ssdpDiscoverDevices()
MINIUPNP_LIBSPEC struct UPNPDev* ssdpDiscoverDevices |
( |
const char *const |
deviceTypes[], |
|
|
int |
delay, |
|
|
const char * |
multicastif, |
|
|
int |
localport, |
|
|
int |
ipv6, |
|
|
unsigned char |
ttl, |
|
|
int * |
error, |
|
|
int |
searchalltypes |
|
) |
| |