Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

VehicleDataResultCode Class Reference

Constructors

Static Members

Constructors

new VehicleDataResultCode()

Constructor for VehicleDataResultCode.

Static Members

VehicleDataResultCode.VDRC_DATA_ALREADY_SUBSCRIBED ⇒ String

Get the enum value for VDRC_DATA_ALREADY_SUBSCRIBED. The vehicle data item is already subscribed.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_DATA_NOT_AVAILABLE ⇒ String

Get the enum value for VDRC_DATA_NOT_AVAILABLE. The requested vehicle data item / DTC / DID is not currently available or responding on the bus / system.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_DATA_NOT_SUBSCRIBED ⇒ String

Get the enum value for VDRC_DATA_NOT_SUBSCRIBED. The vehicle data item cannot be unsubscribed because it is not currently subscribed.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_DISALLOWED ⇒ String

Get the enum value for VDRC_DISALLOWED. This vehicle data item is not allowed for this app by the OEM/Manufactorer of the connected module.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_IGNORED ⇒ String

Get the enum value for VDRC_IGNORED. The request for this item is ignored because it is already in progress.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_INVALID_ID ⇒ String

Get the enum value for VDRC_INVALID_ID. The ECU ID referenced is not a valid ID on the bus / system.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_SUCCESS ⇒ String

Get the enum value for VDRC_SUCCESS. Individual vehicle data item / DTC / DID request or subscription successful

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_TRUNCATED_DATA ⇒ String

Get the enum value for VDRC_TRUNCATED_DATA. DTC / DID request successful, however, not all active DTCs or full contents of DID location available

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

VehicleDataResultCode.VDRC_USER_DISALLOWED ⇒ String

Get the enum value for VDRC_USER_DISALLOWED. The user has not granted access to this type of vehicle data item at this time.

Kind: Static property of VehicleDataResultCode
Returns: String - The enum value.

View on GitHub.com