libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
doip::uds::UdsServiceDescriptor Struct Reference

#include <UdsServices.h>

Public Attributes

UdsService service
 
uds_length minReqLength
 
uds_length maxReqLength
 
uds_length minRspLength
 
uds_length maxRspLength
 

Detailed Description

Definition at line 35 of file UdsServices.h.

Member Data Documentation

◆ maxReqLength

uds_length doip::uds::UdsServiceDescriptor::maxReqLength

Definition at line 38 of file UdsServices.h.

Referenced by doip::uds::UdsMock::handleDiagnosticRequest().

◆ maxRspLength

uds_length doip::uds::UdsServiceDescriptor::maxRspLength

Definition at line 40 of file UdsServices.h.

Referenced by doip::uds::UdsMock::handleDiagnosticRequest().

◆ minReqLength

uds_length doip::uds::UdsServiceDescriptor::minReqLength

Definition at line 37 of file UdsServices.h.

Referenced by doip::uds::UdsMock::handleDiagnosticRequest().

◆ minRspLength

uds_length doip::uds::UdsServiceDescriptor::minRspLength

Definition at line 39 of file UdsServices.h.

Referenced by doip::uds::UdsMock::handleDiagnosticRequest().

◆ service

UdsService doip::uds::UdsServiceDescriptor::service

Definition at line 36 of file UdsServices.h.


The documentation for this struct was generated from the following file: