UnicastRequest.elapsed_time#

property UnicastRequest.elapsed_time: timedelta | None

The elapsed time until the response was received.

Returns:

The elapsed time until the response was received,

or None if the response is not yet available.

Return type:

timedelta | None