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
GateStatus

GateStatus Class Reference

Constructors

Instance Methods

Constructors

new GateStatus(parameters)

Initializes an instance of GateStatus.

Instance Methods

gateStatus.getLocation() ⇒ Grid

Get the Location

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

gateStatus.getStatus() ⇒ DoorStatusType

Get the Status

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

gateStatus.setLocation(location) ⇒ GateStatus

Set the Location

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

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

gateStatus.setStatus(status) ⇒ GateStatus

Set the Status

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

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