public class DTC extends RPCStruct
Parameter List
| Name | Type | Description | SmartDeviceLink Ver. Available |
|---|---|---|---|
| statusByte | String | Hexadecimal byte string
|
SmartDeviceLink 2.0 |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_IDENTIFIER |
static String |
KEY_STATUS_BYTE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
DTC()
Constructs a newly allocated DTC object
|
DTC(Hashtable<String,Object> hash)
Constructs a newly allocated DTC object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
get identifier
|
String |
getStatusByte()
get Hexadecimal byte string
|
DTC |
setIdentifier(String identifier)
set identifier
|
DTC |
setStatusByte(String statusByte)
set Hexadecimal byte string
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_IDENTIFIER
public static final String KEY_STATUS_BYTE
public DTC setIdentifier(String identifier)
identifier - the hexadecimal id of the DTCpublic String getIdentifier()
public DTC setStatusByte(String statusByte)
statusByte - Hexadecimal byte stringpublic String getStatusByte()