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
ECallInfo

ECallInfo Class Reference

Constructors

Instance Methods

Constructors

new ECallInfo(parameters)

Initializes an instance of ECallInfo.

Instance Methods

eCallInfo.getAuxECallNotificationStatus() ⇒ VehicleDataNotificationStatus

Get the AuxECallNotificationStatus

Kind: Instance method of ECallInfo
Returns: VehicleDataNotificationStatus - the KEY_AUX_ECALL_NOTIFICATION_STATUS value

eCallInfo.getECallConfirmationStatus() ⇒ ECallConfirmationStatus

Get the ECallConfirmationStatus

Kind: Instance method of ECallInfo
Returns: ECallConfirmationStatus - the KEY_E_CALL_CONFIRMATION_STATUS value

eCallInfo.getECallNotificationStatus() ⇒ VehicleDataNotificationStatus

Get the ECallNotificationStatus

Kind: Instance method of ECallInfo
Returns: VehicleDataNotificationStatus - the KEY_E_CALL_NOTIFICATION_STATUS value

eCallInfo.setAuxECallNotificationStatus(status) ⇒ ECallInfo

Set the AuxECallNotificationStatus

Kind: Instance method of ECallInfo
Returns: ECallInfo - The class instance for method chaining.

ParamTypeDescription
status VehicleDataNotificationStatus References signal "eCallNotification". See VehicleDataNotificationStatus. - The desired AuxECallNotificationStatus.

eCallInfo.setECallConfirmationStatus(status) ⇒ ECallInfo

Set the ECallConfirmationStatus

Kind: Instance method of ECallInfo
Returns: ECallInfo - The class instance for method chaining.

ParamTypeDescription
status ECallConfirmationStatus References signal "eCallConfirmation". See ECallConfirmationStatus. - The desired ECallConfirmationStatus.

eCallInfo.setECallNotificationStatus(status) ⇒ ECallInfo

Set the ECallNotificationStatus

Kind: Instance method of ECallInfo
Returns: ECallInfo - The class instance for method chaining.

ParamTypeDescription
status VehicleDataNotificationStatus References signal "eCallNotification_4A". See VehicleDataNotificationStatus. - The desired ECallNotificationStatus.
View on GitHub.com
Previous Section Next Section