@@ -44,7 +44,7 @@ struct uxrSession;
44
44
* interfere with the rest of the application.
45
45
* @ingroup general_utils
46
46
* @param session Pointer to the uxrSession struct inited.
47
- * @param timeout Time, in milliseconds, for a ping attempt.
47
+ * @param timeout_ms Time, in milliseconds, for a ping attempt.
48
48
* @param attempts Maximum number of ping attempts to be performed.
49
49
* @return `true` in case of a successful ping to the agent, `false` otherwise.
50
50
*/
@@ -61,7 +61,7 @@ bool uxr_ping_agent_session(
61
61
* @ingroup general_utils
62
62
* @param comm Pointer to the uxrCommunication struct holding the transport
63
63
* information and callback methods.
64
- * @param timeout Time, in milliseconds, for a ping attempt.
64
+ * @param timeout_ms Time, in milliseconds, for a ping attempt.
65
65
* @return `true` in case of a successful ping to the agent, `false` otherwise.
66
66
*/
67
67
UXRDLLAPI bool uxr_ping_agent (
@@ -78,7 +78,7 @@ UXRDLLAPI bool uxr_ping_agent(
78
78
* @ingroup general_utils
79
79
* @param comm Pointer to the uxrCommunication struct holding the transport
80
80
* information and callback methods.
81
- * @param timeout Time, in milliseconds, for a ping attempt.
81
+ * @param timeout_ms Time, in milliseconds, for a ping attempt.
82
82
* @param attempts Maximum number of ping attempts to be performed.
83
83
* @return `true` in case of a successful ping to the agent, `false` otherwise.
84
84
*/
0 commit comments