public class SendHapticData extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_HAPTIC_RECT_DATA |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SendHapticData()
Constructs a new SendHapticData object
|
SendHapticData(Hashtable<String,Object> hash)
Send the spatial data gathered from SDLCarWindow or VirtualDisplayEncoder to the HMI.
|
| Modifier and Type | Method and Description |
|---|---|
List<HapticRect> |
getHapticRectData()
Get the haptic data
|
SendHapticData |
setHapticRectData(List<HapticRect> hapticRectData)
Array of spatial data structures that represent the locations of all user controls present on the app's layout.
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_HAPTIC_RECT_DATA
public SendHapticData setHapticRectData(List<HapticRect> hapticRectData)
public List<HapticRect> getHapticRectData()