Reference:Android.telephony.gsm.SmsRawData

From Triled Wiki

Jump to: navigation, search


android.telephony.gsm
public class android.telephony.gsm.SmsRawData

java.lang.Object
android.telephony.gsm.SmsRawData Parcelable

A parcelable holder class of byte[] for ISms aidl implementation

Contents

[edit] Summary

[edit] Constants

      Value  
Creator   CREATOR        

[edit] Public Constructors

          SmsRawData (byte[] data)

[edit] Public Methods

        byte[]  getBytes ()
        void  writeToParcel (Parcel dest)

[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
[edit] Methods inherited from interface android.os.Parcelable

writeToParcel

[edit] Details

[edit] Constants

[edit] public static final Creator CREATOR

[edit] Public Constructors

[edit] public SmsRawData(byte[] data)

[edit] Public Methods

[edit] public byte[] getBytes()

[edit] public void writeToParcel(Parcel dest)

[edit] References

Personal tools