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
BinaryFrameHeader

Class BinaryFrameHeader

Hierarchy

java.lang.Object

Package
com.smartdevicelink.protocol

Constructors

BinaryFrameHeader()

public BinaryFrameHeader()

Methods

parseBinaryHeader( byte[] binHeader )

public static com.smartdevicelink.protocol.BinaryFrameHeader parseBinaryHeader(byte[] binHeader)

Method Parameters

binHeader

assembleHeaderBytes()

public byte assembleHeaderBytes()

getRPCType()

public byte getRPCType()

setRPCType( byte _rpcType )

public void setRPCType(byte _rpcType)

Method Parameters

_rpcType

getFunctionID()

public int getFunctionID()

setFunctionID( int _functionID )

public void setFunctionID(int _functionID)

Method Parameters

_functionID

getCorrID()

public int getCorrID()

setCorrID( int _correlationID )

public void setCorrID(int _correlationID)

Method Parameters

_correlationID

getJsonSize()

public int getJsonSize()

setJsonSize( int _jsonSize )

public void setJsonSize(int _jsonSize)

Method Parameters

_jsonSize

getJsonData()

public byte getJsonData()

setJsonData( byte[] _jsonData )

public void setJsonData(byte[] _jsonData)

Method Parameters

_jsonData

getBulkData()

public byte getBulkData()

setBulkData( byte[] _bulkData )

public void setBulkData(byte[] _bulkData)

Method Parameters

_bulkData

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