- code
- The action to perform. This should be a number between BinderConsts.FirstCallTransaction and BinderConsts.LastCallTransaction.
- data
- Marshalled data to send to the target. Must not be null. If you are not sending any data, you must create an empty Parcel that is given here.
- reply
- Marshalled data to be received from the target. May be null if you are not interested in the return value.
- flags
- Additional operation flags. Either 0 for a normal RPC, or BinderConsts.FlagOneway for a one-way RPC.
Documentation for this section has not yet been entered.
Type Reason Android.OS.RemoteException
Perform a generic operation with the object.