java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Req. | Notes | Version Available |
---|---|---|---|---|---|
eCallNotificationStatus | VehicleDataNotificationStatus | References signal "eCallNotification_4A". | SmartDeviceLink 2.0 | ||
auxECallNotificationStatus | VehicleDataNotificationStatus | References signal "eCallNotification". This is an alternative signal available on some car lines replacing the eCallNotificationStatus, but showing the same values. | SmartDeviceLink 2.0 | ||
eCallConfirmationStatus | ECallConfirmationStatus | References signal "eCallConfirmation" | SmartDeviceLink 2.0 |
public static final java.lang.String KEY_E_CALL_NOTIFICATION_STATUS
public static final java.lang.String KEY_AUX_E_CALL_NOTIFICATION_STATUS
public static final java.lang.String KEY_E_CALL_CONFIRMATION_STATUS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new ECallInfo object
public ECallInfo()
Constructs a new ECallInfo object indicated by the Hashtable parameter
public ECallInfo(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
The hash table to use
Constructs a new ECallInfo object
public ECallInfo(VehicleDataNotificationStatus eCallNotificationStatus,VehicleDataNotificationStatus auxECallNotificationStatus,ECallConfirmationStatus eCallConfirmationStatus)
public com.smartdevicelink.proxy.rpc.ECallInfo setECallNotificationStatus(VehicleDataNotificationStatus eCallNotificationStatus)
public com.smartdevicelink.proxy.rpc.enums.VehicleDataNotificationStatus getECallNotificationStatus()
public com.smartdevicelink.proxy.rpc.ECallInfo setAuxECallNotificationStatus(VehicleDataNotificationStatus auxECallNotificationStatus)
public com.smartdevicelink.proxy.rpc.enums.VehicleDataNotificationStatus getAuxECallNotificationStatus()
public com.smartdevicelink.proxy.rpc.ECallInfo setECallConfirmationStatus(ECallConfirmationStatus eCallConfirmationStatus)
public com.smartdevicelink.proxy.rpc.enums.ECallConfirmationStatus getECallConfirmationStatus()
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 |