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
BaseTransportConfig

Class BaseTransportConfig

Hierarchy

java.lang.Object

Package
com.smartdevicelink.transport

Overview

Defines base abstract class for transport configurations.

Fields

iHeartBeatTimeout

protected int iHeartBeatTimeout

Constructors

BaseTransportConfig()

public BaseTransportConfig()

Methods

getTransportType()

Gets transport type for this transport configuration.

public abstract com.smartdevicelink.transport.enums.TransportType getTransportType()

getHeartBeatTimeout()

public int getHeartBeatTimeout()

setHeartBeatTimeout( int iTimeout )

public void setHeartBeatTimeout(int iTimeout)

Method Parameters

iTimeout

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section