libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
DoIPRoutingActivationResult.h File Reference
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::DoIPRoutingActivationResult : uint8_t {
  doip::UnknownSourceAddress = 0x00 ,
  doip::NoMoreRoutingSlotsAvailable = 0x01 ,
  doip::InvalidAddressOrRoutingType = 0x02 ,
  doip::SourceAddressAlreadyRegistered = 0x03 ,
  doip::Unauthorized = 0x04 ,
  doip::MissingConfirmation = 0x05 ,
  doip::InvalidRoutingType = 0x06 ,
  doip::SecuredConnectionRequired = 0x07 ,
  doip::VehicleNotReadyForRouting = 0x08 ,
  doip::RouteActivated = 0x10 ,
  doip::RouteActivatedConfirmationRequired = 0x11
}
 

Functions

bool doip::closeSocketOnRoutingActivationResult (DoIPRoutingActivationResult result)
 Check if the socket should be closed based on the routing activation result. More...
 
std::ostream & doip::operator<< (std::ostream &os, DoIPRoutingActivationResult result)