OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.DiagConnectionState Class Reference

The diagnostic connection state describes conditions how a procedure can be executed. More...

Properties

ClampStateBatteryState [get]
 Returns the state of the battery. It returns ON, if the battery voltage, see GetBatteryVoltage is greater than the value in BatteryVoltageThreshold. More...
 
int BatteryVoltageThreshold [get, set]
 Gets or sets the voltage threshold in millivolt from which the battery voltage, see GetBatteryVoltage is enough for KL30 = On. The default value is 6000 mV. More...
 
ClampStateIgnitionState [get]
 Returns the state of the ignition, see GetIgnitionState. More...
 
int PollingTime [get, set]
 Gets or sets the time in milliseconds between the next check of the connection state during the procedure execution (Polling). The default value is 500 ms. More...
 

Detailed Description

The diagnostic connection state describes conditions how a procedure can be executed.

Property Documentation

◆ BatteryState

ClampState? OpenTestSystem.Otx.Runtime.Api.DiagConnectionState.BatteryState
get

Returns the state of the battery. It returns ON, if the battery voltage, see GetBatteryVoltage is greater than the value in BatteryVoltageThreshold.

◆ BatteryVoltageThreshold

int OpenTestSystem.Otx.Runtime.Api.DiagConnectionState.BatteryVoltageThreshold
getset

Gets or sets the voltage threshold in millivolt from which the battery voltage, see GetBatteryVoltage is enough for KL30 = On. The default value is 6000 mV.

◆ IgnitionState

ClampState? OpenTestSystem.Otx.Runtime.Api.DiagConnectionState.IgnitionState
get

Returns the state of the ignition, see GetIgnitionState.

◆ PollingTime

int OpenTestSystem.Otx.Runtime.Api.DiagConnectionState.PollingTime
getset

Gets or sets the time in milliseconds between the next check of the connection state during the procedure execution (Polling). The default value is 500 ms.


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