RCP API  6.61.0

◆ rcp_notification_get()

rcp_error_t rcp_notification_get ( rcp_camera_connection_t con)

Get current notification.

This function will cause the notification callback to be re-called with the current notification to be displayed (if there is one).

Note: this function doesn't usually need to be called. Only call it, if for some reason, your application ignores notification callbacks until some specific time during execution. Once your application is ready to handle the notification callbacks, call this function one time.

Parameters
[in]conthe camera connection
Returns
RCP_SUCCESS on success.