OTX-Runtime for DotNet
|
|
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... | |
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)
Levels for logging of diagnostic communication
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.
error | Error code. |
description | Description. |