public static abstract class

IPeripheralCallback.Stub

extends Binder
implements IPeripheralCallback
java.lang.Object
   ↳ android.os.Binder
     ↳ masonamerica.platform.bleperipheral.IPeripheralCallback.Stub

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From class android.os.Binder
From interface android.os.IBinder
[Expand]
Inherited Fields
From class android.os.Binder
Public Constructors
Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IPeripheralCallback asInterface(IBinder obj)
Cast an IBinder object into an masonamerica.platform.bleperipheral.IPeripheralCallback interface, generating a proxy if needed.
static IPeripheralCallback getDefaultImpl()
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
static boolean setDefaultImpl(IPeripheralCallback impl)
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder
From interface masonamerica.platform.bleperipheral.IPeripheralCallback
From interface android.os.IInterface

Public Constructors

public Stub ()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

Returns
IBinder

public static IPeripheralCallback asInterface (IBinder obj)

Cast an IBinder object into an masonamerica.platform.bleperipheral.IPeripheralCallback interface, generating a proxy if needed.

Parameters
obj IBinder
Returns
IPeripheralCallback

public static IPeripheralCallback getDefaultImpl ()

public boolean onTransact (int code, Parcel data, Parcel reply, int flags)

Parameters
code int
data Parcel
reply Parcel
flags int
Returns
boolean
Throws
RemoteException

public static boolean setDefaultImpl (IPeripheralCallback impl)

Parameters
impl IPeripheralCallback
Returns
boolean