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
FrameType

Class FrameType

Hierarchy

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

Package
com.smartdevicelink.protocol.enums

Fields

Control

public static final com.smartdevicelink.protocol.enums.FrameType Control

Single

public static final com.smartdevicelink.protocol.enums.FrameType Single

First

public static final com.smartdevicelink.protocol.enums.FrameType First

Consecutive

public static final com.smartdevicelink.protocol.enums.FrameType Consecutive

Constructors

FrameType( byte value, String name )

protected FrameType(byte value,String name)

Constructor Parameters

value
name

Methods

getList()

public static java.util.Vector getList()

valueOf( byte passed )

public static com.smartdevicelink.protocol.enums.FrameType valueOf(byte passed)

Method Parameters

passed

values()

public static com.smartdevicelink.protocol.enums.FrameType 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