libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
DoIPClient.h File Reference
#include <arpa/inet.h>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include "DoIPConfig.h"
#include "DoIPMessage.h"
Include dependency graph for DoIPClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  doip::DoIPClient
 

Namespaces

 doip
 

Typedefs

using doip::DoIPRequest = std::pair< size_t, const uint8_t * >
 

Variables

const int doip::_maxDataSize = 64