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
TransportRecord

Class TransportRecord

Hierarchy

java.lang.Object
     com.smartdevicelink.transport.utl.BaseTransportRecord

Package
com.smartdevicelink.transport.utl
All Implemented Interfaces
android.os.Parcelable

Fields

CREATOR

public static final android.os.Parcelable.Creator CREATOR

Inherited Fields

From Class Fields
com.smartdevicelink.transport.utl.BaseTransportRecord type, address

Constructors

TransportRecord( TransportType transportType, String address )

public TransportRecord(TransportType transportType,String address)

Constructor Parameters

transportType
address

TransportRecord( Parcel p )

public TransportRecord(Parcel p)

Constructor Parameters

p

Methods

describeContents()

public int describeContents()

writeToParcel( Parcel dest, int flags )

public void writeToParcel(Parcel dest,int flags)

Method Parameters

dest
flags

Inherited Methods

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