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
DoorStatus

DoorStatus Class Reference

Constructors

Instance Methods

Constructors

new DoorStatus(parameters)

Initializes an instance of DoorStatus.

Instance Methods

doorStatus.getLocation() ⇒ Grid

Get the Location

Kind: Instance method of DoorStatus
Returns: Grid - the KEY_LOCATION value

doorStatus.getStatus() ⇒ DoorStatusType

Get the Status

Kind: Instance method of DoorStatus
Returns: DoorStatusType - the KEY_STATUS value

doorStatus.setLocation(location) ⇒ DoorStatus

Set the Location

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

ParamTypeDescription
location Grid Describes a location (origin coordinates and span) of a vehicle component. - The desired Location.

doorStatus.setStatus(status) ⇒ DoorStatus

Set the Status

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

ParamTypeDescription
status DoorStatusType The desired Status.
View on GitHub.com
Previous Section Next Section