trq_clear_ack_timer()

trq_clear_ack_timer()#

Clears the acknowledgment timer for the specified message, removing any pending acknowledgment timeout.

Prototype

void trq_clear_ack_timer(
    q_msg msg
);

Parameters

Key

Type

Description

msg

q_msg

The message whose acknowledgment timer should be cleared.


Return Value

This function does not return a value.

Notes

Use trq_set_ack_timer() to set an acknowledgment timer before clearing it.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples