| void rcp_discovery_process_data | ( | const char * | data, |
| size_t | len, | ||
| const char * | from_ipv4 | ||
| ) |
Process incoming discovery camera data.
Must be called from the client code with any data received on the camera discovery channel (UDP port 1112).
| [in] | data | data from UDP packet |
| [in] | len | length of data in UDP packet |
| [in] | from_ipv4 | Source IPv4 address of UDP packet (NULL-terminates string in dotted-decimal notation. e.g.: "192.168.0.1") |