EmergencyEventTypeFuelCutoffStatusNumberVehicleDataEventStatusVehicleDataEventStatusEmergencyEventEmergencyEventEmergencyEventEmergencyEventEmergencyEventEmergencyEventTypeGet the EmergencyEventType
Kind: Instance method of EmergencyEvent
Returns: EmergencyEventType - the KEY_EMERGENCY_EVENT_TYPE value
FuelCutoffStatusGet the FuelCutoffStatus
Kind: Instance method of EmergencyEvent
Returns: FuelCutoffStatus - the KEY_FUEL_CUTOFF_STATUS value
NumberGet the MaximumChangeVelocity
Kind: Instance method of EmergencyEvent
Returns: Number - the KEY_MAXIMUM_CHANGE_VELOCITY value
VehicleDataEventStatusGet the MultipleEvents
Kind: Instance method of EmergencyEvent
Returns: VehicleDataEventStatus - the KEY_MULTIPLE_EVENTS value
VehicleDataEventStatusGet the RolloverEvent
Kind: Instance method of EmergencyEvent
Returns: VehicleDataEventStatus - the KEY_ROLLOVER_EVENT value
EmergencyEventSet the EmergencyEventType
Kind: Instance method of EmergencyEvent
Returns: EmergencyEvent - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | EmergencyEventType |
References signal "VedsEvntType_D_Ltchd". See EmergencyEventType. - The desired EmergencyEventType. |
EmergencyEventSet the FuelCutoffStatus
Kind: Instance method of EmergencyEvent
Returns: EmergencyEvent - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| status | FuelCutoffStatus |
References signal "RCM_FuelCutoff". See FuelCutoffStatus. - The desired FuelCutoffStatus. |
EmergencyEventSet the MaximumChangeVelocity
Kind: Instance method of EmergencyEvent
Returns: EmergencyEvent - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| velocity | Number |
References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values: 0x00 No event 0xFE Not supported 0xFF Fault - The desired MaximumChangeVelocity. {'num_min_value': 0, 'num_max_value': 255} |
EmergencyEventSet the MultipleEvents
Kind: Instance method of EmergencyEvent
Returns: EmergencyEvent - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| events | VehicleDataEventStatus |
References signal "VedsMultiEvnt_D_Ltchd". See VehicleDataEventStatus. - The desired MultipleEvents. |
EmergencyEventSet the RolloverEvent
Kind: Instance method of EmergencyEvent
Returns: EmergencyEvent - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| event | VehicleDataEventStatus |
References signal "VedsEvntRoll_D_Ltchd". See VehicleDataEventStatus. - The desired RolloverEvent. |