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

DiagnosticMessageResponse Class Reference

Constructors

Instance Methods

Constructors

new DiagnosticMessageResponse(parameters)

Initializes an instance of DiagnosticMessageResponse.

Instance Methods

diagnosticMessageResponse.getMessageDataResult() ⇒ Array.<Number>

Get the MessageDataResult

Kind: Instance method of DiagnosticMessageResponse
Returns: Array.<Number> - the KEY_MESSAGE_DATA_RESULT value

diagnosticMessageResponse.setMessageDataResult(result) ⇒ DiagnosticMessageResponse

Set the MessageDataResult

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

ParamTypeDescription
result Array.<Number> Array of bytes comprising CAN message result. - The desired MessageDataResult. {'array_min_size': 1, 'array_max_size': 65535, 'num_min_value': 0, 'num_max_value': 255}
View on GitHub.com