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
Android Documentation
SessionType

Class SessionType

Hierarchy

java.lang.Object
     com.smartdevicelink.util.ByteEnumer

Package
com.smartdevicelink.protocol.enums

Fields

CONTROL

public static final com.smartdevicelink.protocol.enums.SessionType CONTROL

RPC

public static final com.smartdevicelink.protocol.enums.SessionType RPC

PCM

public static final com.smartdevicelink.protocol.enums.SessionType PCM
public static final com.smartdevicelink.protocol.enums.SessionType NAV

BULK_DATA

public static final com.smartdevicelink.protocol.enums.SessionType BULK_DATA

Constructors

SessionType( byte value, String name )

protected SessionType(byte value,String name)

Constructor Parameters

value
name

Methods

getList()

public static java.util.Vector getList()

valueOf( byte passedButton )

public static com.smartdevicelink.protocol.enums.SessionType valueOf(byte passedButton)

Method Parameters

passedButton

values()

public static com.smartdevicelink.protocol.enums.SessionType values()

Inherited Methods

From Class Methods
com.smartdevicelink.util.ByteEnumer getValue, getName, equals, eq, value, get, get
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section