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
JavaSE Documentation
SingleTireStatus

Class SingleTireStatus

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Overview

Tire pressure status of a single tire.

Parameter List

Name Type Description SmartDeviceLink Ver. Available
status ComponentVolumeStatus Describes the volume status of a single tire See ComponentVolumeStatus SmartDeviceLink 2.0
tpms TPMS The status of TPMS according to the particular tire. See com.smartdevicelink.proxy.rpc.enums.TPMS SmartDeviceLink 5.0
pressure Float The pressure value of the particular tire in kilo pascal. SmartDeviceLink 5.0

Fields

KEY_STATUS

public static final java.lang.String KEY_STATUS
Constant Value
"status"

KEY_TPMS

public static final java.lang.String KEY_TPMS
Constant Value
"tpms"

KEY_PRESSURE

public static final java.lang.String KEY_PRESSURE
Constant Value
"pressure"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

SingleTireStatus()

Constructs a newly allocated SingleTireStatus object

public SingleTireStatus()

SingleTireStatus( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

Constructs a newly allocated SingleTireStatus object indicated by the Hashtable parameter

public SingleTireStatus(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash
The Hashtable to use

SingleTireStatus( ComponentVolumeStatus status )

Constructs a newly allocated SingleTireStatus object

public SingleTireStatus(ComponentVolumeStatus status)

Constructor Parameters

status
Describes the volume status of a single tire

Methods

setStatus( ComponentVolumeStatus status )

set the volume status of a single tire

public com.smartdevicelink.proxy.rpc.SingleTireStatus setStatus(ComponentVolumeStatus status)

Method Parameters

status
the volume status of a single tire

getStatus()

get the volume status of a single tire

public com.smartdevicelink.proxy.rpc.enums.ComponentVolumeStatus getStatus()

setTPMS( TPMS tpms )

Set the status of TPMS according to the particular tire.

public com.smartdevicelink.proxy.rpc.SingleTireStatus setTPMS(TPMS tpms)

Method Parameters

tpms
The status of TPMS

getTPMS()

Get the status of TPMS according to the particular tire.

public com.smartdevicelink.proxy.rpc.enums.TPMS getTPMS()

setPressure( Float pressure )

public com.smartdevicelink.proxy.rpc.SingleTireStatus setPressure(Float pressure)

Method Parameters

pressure
The pressure value of the particular tire in kilo pascal.

getPressure()

public java.lang.Float getPressure()

Inherited Methods

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
View on GitHub.com
Previous Section Next Section