libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
doip::times::client Namespace Reference

Client-specific times. More...

Functions

constexpr std::chrono::milliseconds UdpMessageTimeout (2000)
 Minimum time in ms to wait for a response after an UDP message was sent. More...
 
constexpr std::chrono::milliseconds RoutingActivationResponseTimeout (2000)
 Maximum time in ms to wait for. More...
 
constexpr std::chrono::milliseconds IntermessageDelay (2000)
 Time to wait before sending the next message after a client sent a message which requires no response. More...
 

Detailed Description

Client-specific times.

Function Documentation

◆ IntermessageDelay()

constexpr std::chrono::milliseconds doip::times::client::IntermessageDelay ( 2000  )
constexpr

Time to wait before sending the next message after a client sent a message which requires no response.

Note
tA_Processing_Time

◆ RoutingActivationResponseTimeout()

constexpr std::chrono::milliseconds doip::times::client::RoutingActivationResponseTimeout ( 2000  )
constexpr

Maximum time in ms to wait for.

Note
tA_DoIP_Routing_Activation

◆ UdpMessageTimeout()

constexpr std::chrono::milliseconds doip::times::client::UdpMessageTimeout ( 2000  )
constexpr

Minimum time in ms to wait for a response after an UDP message was sent.

@ note tA_DoIP_Ctrl