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
ReadDIDResponse

ReadDIDResponse Class Reference

Constructors

Instance Methods

Constructors

new ReadDIDResponse(parameters)

Initializes an instance of ReadDIDResponse.

Instance Methods

readDIDResponse.getDidResult() ⇒ Array.<DIDResult>

Get the DidResult

Kind: Instance method of ReadDIDResponse
Returns: Array.<DIDResult> - the KEY_DID_RESULT value

readDIDResponse.setDidResult(result) ⇒ ReadDIDResponse

Set the DidResult

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

ParamTypeDescription
result Array.<DIDResult> Array of requested DID results (with data if available). - The desired DidResult. {'array_min_size': 0, 'array_max_size': 1000}
View on GitHub.com
Previous Section Next Section