| rcp_error_t rcp_user_send_current | ( | rcp_camera_connection_t * | con, |
| const char * | id, | ||
| const char * | val | ||
| ) |
Send "Current USER" RCP Message.
The USER RCP message allows for USER messages to be sent to all attached devices/peripherals of the camera. The camera does not interpret the USER messages, it simply forwards them out every other port. It is intended to be used by third parties for controlling third party modules/software. The USER message contains a string id and string value. There are three variants of the USER message: SET, GET, and CURRENT.
| [in] | con | the camera connection |
| [in] | id | the user assigned ID |
| [in] | val | the value to send (NULL if no value required) |