java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Required | Version Available |
---|---|---|---|---|
userSelectedGear | PRNDL | Gear position selected by the user i.e. Park, Drive, Reverse | N | |
actualGear | PRNDL | Actual Gear in use by the transmission | N | |
transmissionType | TransmissionType | Tells the transmission type | N |
public static final java.lang.String KEY_USER_SELECTED_GEAR
public static final java.lang.String KEY_ACTUAL_GEAR
public static final java.lang.String KEY_TRANSMISSION_TYPE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated GearStatus object
public GearStatus()
Constructs a new GearStatus object indicated by the Hashtable parameter
public GearStatus(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the userSelectedGear.
public com.smartdevicelink.proxy.rpc.GearStatus setUserSelectedGear(PRNDL selectedGear)
Gets the userSelectedGear.
public com.smartdevicelink.proxy.rpc.enums.PRNDL getUserSelectedGear()
Sets the actualGear.
public com.smartdevicelink.proxy.rpc.GearStatus setActualGear(PRNDL actualGear)
Gets the actualGear.
public com.smartdevicelink.proxy.rpc.enums.PRNDL getActualGear()
Sets the transmissionType.
public com.smartdevicelink.proxy.rpc.GearStatus setTransmissionType(TransmissionType transmissionType)
Gets the transmissionType.
public com.smartdevicelink.proxy.rpc.enums.TransmissionType getTransmissionType()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |