Array.<HapticRect>
Get the HapticRectData
Kind: Instance method of SendHapticData
Returns: Array.<HapticRect>
- the KEY_HAPTIC_RECT_DATA value
SendHapticData
Set the HapticRectData
Kind: Instance method of SendHapticData
Returns: SendHapticData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | Array.<HapticRect> |
Array of spatial data structures that represent the locations of all user controls present on the HMI. This data should be updated if/when the application presents a new screen. When a request is sent, if successful, it will replace all spatial data previously sent through RPC. If an empty array is sent, the existing spatial data will be cleared - The desired HapticRectData. {'array_min_size': 0, 'array_max_size': 1000} |