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

TransmissionType Class Reference

Constructors

Static Members

Constructors

new TransmissionType()

Constructor for TransmissionType.

Static Members

TransmissionType.AUTOMATIC ⇒ String

Get the enum value for AUTOMATIC. Automatic transmission.

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

TransmissionType.CONTINUOUSLY_VARIABLE ⇒ String

Get the enum value for CONTINUOUSLY_VARIABLE. Continuously variable transmission(CVT).

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

TransmissionType.DIRECT_DRIVE ⇒ String

Get the enum value for DIRECT_DRIVE. Direct drive between engine and wheels.

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

TransmissionType.DUAL_CLUTCH ⇒ String

Get the enum value for DUAL_CLUTCH. Dual clutch transmission.

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

TransmissionType.ELECTRIC_VARIABLE ⇒ String

Get the enum value for ELECTRIC_VARIABLE. Electric variable transmission.

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

TransmissionType.INFINITELY_VARIABLE ⇒ String

Get the enum value for INFINITELY_VARIABLE. Infinitely variable transmission.

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

TransmissionType.MANUAL ⇒ String

Get the enum value for MANUAL. Manual transmission.

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

TransmissionType.SEMI_AUTOMATIC ⇒ String

Get the enum value for SEMI_AUTOMATIC. Semi automatic transmission.

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

View on GitHub.com