libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
DoIPCloseReason.h File Reference
#include <cstdint>
#include <iostream>
Include dependency graph for DoIPCloseReason.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 doip
 

Enumerations

enum class  doip::DoIPCloseReason : uint8_t {
  doip::None ,
  doip::InitialInactivityTimeout ,
  doip::GeneralInactivityTimeout ,
  doip::AliveCheckTimeout ,
  doip::SocketError ,
  doip::InvalidMessage ,
  doip::ApplicationRequest ,
  doip::RoutingActivationDenied
}
 Reason for connection closure. More...
 

Functions

std::ostream & doip::operator<< (std::ostream &os, DoIPCloseReason event)