OTX-Runtime for DotNet  
OpenTestSystem.Otx.DiagManager.NoneOtxDiagApi Namespace Reference

Namespace containing all methods that are not standardized in OTX but are available in a diagnostic runtime system and are required in more than one target environment (e.g. selection of D-PDU API) More...

Classes

interface  INoneOtxDiag
 Contains methods which are not covered by the OTX standard More...
 
class  NoneOtxDiagFactory
 Factory class for creating the NoneOtxDiagApi More...
 

Enumerations

enum class  LogLevels {
}
 
enum class  LogLevels {
}
 Levels for logging of diagnostic communication More...
 

Functions

delegate void StaticInterfaceErrorHandler (int error, string description)
 The callback will be called if the MVCI server fires a MCDEventHandler::onStaticInterfaceError event, which invokes whenever the interface receives an error from the D-PDU-API. More...
 

Detailed Description

Namespace containing all methods that are not standardized in OTX but are available in a diagnostic runtime system and are required in more than one target environment (e.g. selection of D-PDU API)

Enumeration Type Documentation

◆ LogLevels

Levels for logging of diagnostic communication

Enumerator
OFF 
HEADER 
PDU 
SHORTNAMES 
COMINTERFACE 
ALL 
OFF 

No log file is written. The logging is switched off.

HEADER 

Only header of the log file is written.

PDU 

In addition, PDUs (byte fields) are written.

SHORTNAMES 

In addition, short names are written.

COMINTERFACE 

In addition, DoIP interface handling and communication parameters are written.

ALL 

All available information (in addition, ignition monitoring, ODX project etc.) are written.

Function Documentation

◆ StaticInterfaceErrorHandler()

delegate void OpenTestSystem.Otx.DiagManager.NoneOtxDiagApi.StaticInterfaceErrorHandler ( int  error,
string  description 
)

The callback will be called if the MVCI server fires a MCDEventHandler::onStaticInterfaceError event, which invokes whenever the interface receives an error from the D-PDU-API.

Parameters
errorError code.
descriptionDescription.