EmergencyEventType
FuelCutoffStatus
Number
VehicleDataEventStatus
VehicleDataEventStatus
EmergencyEvent
EmergencyEvent
EmergencyEvent
EmergencyEvent
EmergencyEvent
EmergencyEventType
Get the EmergencyEventType
Kind: Instance method of EmergencyEvent
Returns: EmergencyEventType
- the KEY_EMERGENCY_EVENT_TYPE value
FuelCutoffStatus
Get the FuelCutoffStatus
Kind: Instance method of EmergencyEvent
Returns: FuelCutoffStatus
- the KEY_FUEL_CUTOFF_STATUS value
Number
Get the MaximumChangeVelocity
Kind: Instance method of EmergencyEvent
Returns: Number
- the KEY_MAXIMUM_CHANGE_VELOCITY value
VehicleDataEventStatus
Get the MultipleEvents
Kind: Instance method of EmergencyEvent
Returns: VehicleDataEventStatus
- the KEY_MULTIPLE_EVENTS value
VehicleDataEventStatus
Get the RolloverEvent
Kind: Instance method of EmergencyEvent
Returns: VehicleDataEventStatus
- the KEY_ROLLOVER_EVENT value
EmergencyEvent
Set 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. |
EmergencyEvent
Set 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. |
EmergencyEvent
Set 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} |
EmergencyEvent
Set 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. |
EmergencyEvent
Set 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. |