v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.DangerousSituationSubCauseCode | |
Sub cause code values for dangerous situation
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final DangerousSituationSubCauseCode | ABS_ENGAGED | Constant for abs engaged | |||||||||
| public static final DangerousSituationSubCauseCode | AEB_ENGAGED | Constant for aeb engaged | |||||||||
| public static final DangerousSituationSubCauseCode | BRAKE_WARNING_ENGAGED | Constant for brake warning engaged | |||||||||
| public static final DangerousSituationSubCauseCode | COLLISION_RISK_WARNING_ENGAGED | Constant for collision risk warning engaged | |||||||||
| public static final DangerousSituationSubCauseCode | EMERGENCY_ELECTRONIC_BRAKE_ENGAGED | Constant for emergency electronic brake engaged | |||||||||
| public static final DangerousSituationSubCauseCode | ESP_ENGAGED | Constant for esp engaged | |||||||||
| public static final DangerousSituationSubCauseCode | PRE_CRASH_SYSTEM_ENGAGED | Constant for pre crash system engaged | |||||||||
| public static final DangerousSituationSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DangerousSituationSubCauseCode(String name) | |||||||||||
| DangerousSituationSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DangerousSituationSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.commsignia.v2x.client.model.BaseSubCauseCode
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constant for brake warning engaged
Constant for collision risk warning engaged
Constant for emergency electronic brake engaged
Constant for pre crash system engaged
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|