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
RoofStatus

RoofStatus Class Reference

Constructors

Instance Methods

Constructors

new RoofStatus(parameters)

Initializes an instance of RoofStatus.

Instance Methods

roofStatus.getLocation() ⇒ Grid

Get the Location

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

roofStatus.getState() ⇒ WindowState

Get the State

Kind: Instance method of RoofStatus
Returns: WindowState - the KEY_STATE value

roofStatus.getStatus() ⇒ DoorStatusType

Get the Status

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

roofStatus.setLocation(location) ⇒ RoofStatus

Set the Location

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

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

roofStatus.setState(state) ⇒ RoofStatus

Set the State

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

ParamTypeDescription
state WindowState The desired State.

roofStatus.setStatus(status) ⇒ RoofStatus

Set the Status

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

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