Class CrashVehicleType
Contains information about a vehicle involved in the crash
Inheritance
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class CrashVehicleType : VehicleType
  Fields
| Edit this page View SourceAirbag
Contains data about the airbags
Declaration
public AirbagType[] Airbag
  Field Value
| Type | Description | 
|---|---|
| AirbagType[] | 
CommercialCarrierUSDOTNumber
USDOT assigned vehicle number (if commercial); USDOT value could be used for other purposes, i.e., LoJack, OnStar, etc. Format: seven digits (NNNNNNN)
Declaration
public CommercialCarrierUSDOTNumberType CommercialCarrierUSDOTNumber
  Field Value
| Type | Description | 
|---|---|
| CommercialCarrierUSDOTNumberType | 
ConvertibleIndicator
Indicates whether a vehicle is a convertible.
Declaration
public boolean ConvertibleIndicator
  Field Value
| Type | Description | 
|---|---|
| boolean | 
Image
Contains links to images of the vehicle
Declaration
public ImageType[] Image
  Field Value
| Type | Description | 
|---|---|
| ImageType[] | 
VehicleAutonomousModeCode
Based on the SAE International’s Standard J3016, this code list classifies a system’s level of sophistication
Declaration
public VehicleAutonomousCapabilityCodeType VehicleAutonomousModeCode
  Field Value
| Type | Description | 
|---|---|
| VehicleAutonomousCapabilityCodeType | 
VehicleBodyCategoryCode
Vehicle Body Type
Declaration
public VehicleBodyCategoryCodeType VehicleBodyCategoryCode
  Field Value
| Type | Description | 
|---|---|
| VehicleBodyCategoryCodeType | 
VehicleCrashPulse
Crash data about the impact
Declaration
public VehicleCrashPulseType VehicleCrashPulse
  Field Value
| Type | Description | 
|---|---|
| VehicleCrashPulseType | 
VehicleHumanDriverEngagedIndicator
True indicates that the vehicle has detected that the human driver was engaged (e.g., hands on the wheel, eyes on the road) at the time that the data was collected during the crash.
Declaration
public boolean VehicleHumanDriverEngagedIndicator
  Field Value
| Type | Description | 
|---|---|
| boolean | 
VehiclePedestrianProtectionDeviceDeployedIndicator
To Be Determined (TBD)
Declaration
public boolean VehiclePedestrianProtectionDeviceDeployedIndicator
  Field Value
| Type | Description | 
|---|---|
| boolean | 
VehiclePropulsionStorageCode
Indicates how propulsion energy is stored for the vehicle
Declaration
public VehiclePropulsionStorageCodeType[] VehiclePropulsionStorageCode
  Field Value
| Type | Description | 
|---|---|
| VehiclePropulsionStorageCodeType[] | 
VehicleRollbarDeployedIndicator
Is Roll Bar Deployed?
Declaration
public boolean VehicleRollbarDeployedIndicator
  Field Value
| Type | Description | 
|---|---|
| boolean | 
VehicleRolloverIndicator
Indicates if the vehicle rolled over.
Declaration
public boolean VehicleRolloverIndicator
  Field Value
| Type | Description | 
|---|---|
| boolean | 
VehicleSeat
Indicates seatbelt and seat sensor data for individual seat positions in the vehicle. ///
Declaration
public VehicleSeatType[] VehicleSeat
  Field Value
| Type | Description | 
|---|---|
| VehicleSeatType[] | 
VehicleUnladenWeightMeasure
Indicates un-laden weight of vehicle measured in pounds.
Declaration
public WeightMeasureType VehicleUnladenWeightMeasure
  Field Value
| Type | Description | 
|---|---|
| WeightMeasureType |