| 
    Diag-Client-Lib
    
   | 
 
#include <cstdint>#include <memory>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | diag::client::uds_message::UdsMessage | 
| Class represents an UDS message exchanged between User of diag-client-lib and implementation of diag-client-lib on diagnostic request reception path or diagnostic response transmission path. UdsMessage provides the storage for UDS requests/responses.  More... | |
Namespaces | |
| diag | |
| diag::client | |
Typedefs | |
| using | diag::client::uds_message::UdsRequestMessageConstPtr = std::unique_ptr< const UdsMessage > | 
| Type alias of unique_ptr for constant UdsRequestMessage.  More... | |
| using | diag::client::uds_message::UdsRequestMessagePtr = std::unique_ptr< UdsMessage > | 
| Type alias of unique_ptr for Request Message.  More... | |
| using | diag::client::uds_message::UdsResponseMessagePtr = std::unique_ptr< UdsMessage > | 
| Type alias of unique_ptr for Response Message.  More... | |