RCP API  6.61.0

◆ rcp_discovery_process_data()

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

Parameters
[in]datadata from UDP packet
[in]lenlength of data in UDP packet
[in]from_ipv4Source IPv4 address of UDP packet (NULL-terminates string in dotted-decimal notation. e.g.: "192.168.0.1")
Note
See the description of rcp_discovery_start for details on the camera discovery process.