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
ByteArrayMessageSpliter

Class ByteArrayMessageSpliter

Hierarchy

java.lang.Object

Package
com.smartdevicelink.transport.utl

Fields

MAX_BINDER_SIZE

public static final int MAX_BINDER_SIZE
Constant Value
250000

Constructors

ByteArrayMessageSpliter( String appId, int what, byte[] bytes, int priorityCoef )

public ByteArrayMessageSpliter(String appId,int what,byte[] bytes,int priorityCoef)

Constructor Parameters

appId
what
bytes
priorityCoef

Methods

setRouterServiceVersion( int version )

public void setRouterServiceVersion(int version)

Method Parameters

version

setTransportRecord( TransportRecord transportRecord )

public void setTransportRecord(TransportRecord transportRecord)

Method Parameters

transportRecord

isActive()

public boolean isActive()

close()

public boolean close()

nextMessage()

public android.os.Message nextMessage()

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