It doesn't do anything. It's for you to define the commands your interface handles. That is, the "interface" an IBinder is implementing determines the codes it accepts.
On Wed, Oct 14, 2009 at 2:33 AM, tstanly <[email protected]> wrote: > > hi guys, > > I have some questions about IBinder.transact, > in the: > http://developer.android.com/intl/zh-TW/reference/android/os/IBinder.html > the document about "transact" method, > > there are four parameters for "transact" are code, data, reply and > flags, > > code is the action to perform.This should be a number between > FIRST_CALL_TRANSACTION and LAST_CALL_TRANSACTION. > but I can't understand what it means? > eg: what is FIRST_CALL_TRANSACTION do? > > thanks!! > > > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

