OTX-Runtime for DotNet
|
|
The diagnostic connection state describes conditions how a procedure can be executed. More...
Properties | |
ClampState? | BatteryState [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... | |
ClampState? | IgnitionState [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... | |
The diagnostic connection state describes conditions how a procedure can be executed.
|
get |
Returns the state of the battery. It returns ON, if the battery voltage, see GetBatteryVoltage is greater than the value in 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.
|
get |
Returns the state of the ignition, see GetIgnitionState.
|
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.