| void rcp_process_data | ( | rcp_camera_connection_t * | con, |
| const char * | data, | ||
| size_t | len | ||
| ) |
Process incoming camera data.
Must be called from the client code with any data received by an open camera connection.
| [in] | con | the camera connection |
| [in] | data | data received (from TCP port, serial port, etc) |
| [in] | len | number of bytes pointed to by data |