English | Site Directory

Android - An Open Handset Alliance Project

android.telephony.gsm
public static class

android.telephony.gsm.SmsHeader.Element

java.lang.Object
android.telephony.gsm.SmsHeader.Element

A single Element in the SMS User Data Header. See TS 23.040 9.2.3.24.

Summary

Public Constructors

          SmsHeader.Element(int id, byte[] data)

Public Methods

        byte[]  getData()
Returns the data portion of this element.
        int  getID()
Returns the Information Element Identifier for this element.
Methods inherited from class java.lang.Object

Details

Public Constructors

public SmsHeader.Element(int id, byte[] data)

Public Methods

public byte[] getData()

Returns the data portion of this element.

Returns

  • element data.

public int getID()

Returns the Information Element Identifier for this element.

Returns

  • the IE identifier.
Build m5-rc15g - 14 May 2008 12:50