|
Diag-Client-Lib
|
This is the complete list of members for uds_transport::Connection, including all inherited members.
| Connection(std::string_view connection_name, ConnectionId connection_id, uds_transport::ConversionHandler const &conversation_handler) noexcept | uds_transport::Connection | inline |
| connection_id_ | uds_transport::Connection | private |
| connection_name_ | uds_transport::Connection | private |
| ConnectionId typedef | uds_transport::Connection | |
| ConnectToHost(UdsMessageConstPtr message)=0 | uds_transport::Connection | pure virtual |
| conversation_handler_ | uds_transport::Connection | protected |
| DisconnectFromHost()=0 | uds_transport::Connection | pure virtual |
| GetConnectionId() const noexcept | uds_transport::Connection | inline |
| GetConnectionName() const noexcept | uds_transport::Connection | inline |
| HandleMessage(UdsMessagePtr message)=0 | uds_transport::Connection | pure virtual |
| IndicateMessage(UdsMessage::Address source_addr, UdsMessage::Address target_addr, UdsMessage::TargetAddressType type, ChannelID channel_id, std::size_t size, Priority priority, ProtocolKind protocol_kind, core_type::Span< std::uint8_t const > payload_info)=0 | uds_transport::Connection | pure virtual |
| InitializationResult typedef | uds_transport::Connection | |
| Initialize()=0 | uds_transport::Connection | pure virtual |
| IsConnectToHost()=0 | uds_transport::Connection | pure virtual |
| Start()=0 | uds_transport::Connection | pure virtual |
| Stop()=0 | uds_transport::Connection | pure virtual |
| Transmit(UdsMessageConstPtr message)=0 | uds_transport::Connection | pure virtual |
| ~Connection()=default | uds_transport::Connection | virtual |