trq_get_soft_mark()

trq_get_soft_mark()#

trq_get_soft_mark() retrieves the soft mark value of a given message in the queue.

Prototype

uint64_t trq_get_soft_mark(
    q_msg msg
);

Parameters

Key

Type

Description

msg

q_msg

The message whose soft mark value is to be retrieved.


Return Value

Returns the soft mark value associated with the given message.

Notes

The soft mark is a user-defined value that can be used for tracking message states.

Prototype

// Not applicable in JS

Prototype

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