Functions | |
Scope restricted to file | |
void | send_search_result (void *data) |
Sends a callback to the control point application with a SEARCH result. | |
int | CreateClientRequestPacket (char *RqstBuf, size_t RqstBufSize, int Mx, char *SearchTarget, int AddressFamily) |
Creates a HTTP search request packet depending on the input parameter. | |
int | CreateClientRequestPacketUlaGua (char *RqstBuf, size_t RqstBufSize, int Mx, char *SearchTarget, int AddressFamily) |
Creates a HTTP search request packet for IPv6 UlaGua depending on the input parameter. | |
void | searchExpired (void *arg) |
Remove search Target from list and call client back. | |
|
inline |
Sends a callback to the control point application with a SEARCH result.
[in] | data | Search reply from the device. |
Definition at line 68 of file ssdp_ctrlpt.cpp.
int anonymous_namespace{ssdp_ctrlpt.cpp}::CreateClientRequestPacket | ( | char * | RqstBuf, |
size_t | RqstBufSize, | ||
int | Mx, | ||
char * | SearchTarget, | ||
int | AddressFamily | ||
) |
Creates a HTTP search request packet depending on the input parameter.
[in,out] | RqstBuf | Output string in HTTP format. |
[in] | RqstBufSize | RqstBuf size. |
[in] | Mx | Search Target. |
[in] | SearchTarget | Number of seconds to wait to collect all the responses. |
[in] | AddressFamily | search address family. |
Definition at line 88 of file ssdp_ctrlpt.cpp.
|
inline |
Creates a HTTP search request packet for IPv6 UlaGua depending on the input parameter.
[in,out] | RqstBuf | Output string in HTTP format. |
[in] | RqstBufSize | RqstBuf size. |
[in] | Mx | Search Target. |
[in] | SearchTarget | Number of seconds to wait to collect all the responses. |
[in] | AddressFamily | search address family. |
Definition at line 168 of file ssdp_ctrlpt.cpp.
|
inline |
Remove search Target from list and call client back.
[in] | arg | Search target |
Definition at line 238 of file ssdp_ctrlpt.cpp.