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
GetSystemCapabilityResponse

GetSystemCapabilityResponse Class Reference

Constructors

Instance Methods

Constructors

new GetSystemCapabilityResponse(parameters)

Initializes an instance of GetSystemCapabilityResponse.

Instance Methods

getSystemCapabilityResponse.getSystemCapability() ⇒ SystemCapability

Get the SystemCapability

Kind: Instance method of GetSystemCapabilityResponse
Returns: SystemCapability - the KEY_SYSTEM_CAPABILITY value

getSystemCapabilityResponse.setSystemCapability(capability) ⇒ GetSystemCapabilityResponse

Set the SystemCapability

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

ParamTypeDescription
capability SystemCapability The systemCapabilityType identifies which data object exists in this struct. For example, if the SystemCapability Type is NAVIGATION then a "navigationCapability" should exist - The desired SystemCapability.
View on GitHub.com
Previous Section Next Section