org.ccnx.android.ccnlib.CcndWrapper Class Reference

This is the "client side" interface to the ccnd service. More...

List of all members.

Public Types

enum  CCND_OPTIONS {
  CCND_KEYSTORE_DIRECTORY, CCND_DEBUG, CCN_LOCAL_SOCKNAME, CCND_CAP,
  CCND_DATA_PAUSE_MICROSEC, CCND_TRYFIB, CCN_LOCAL_PORT
}

Public Member Functions

 CcndWrapper (Context ctx)
void setOption (CCND_OPTIONS key, String value)

Static Public Attributes

static final String CLASS_TAG = "CCNxCCNdWrapper"
static final String OPTION_LOG_LEVEL_DEFAULT = "1"

Protected Member Functions

Intent getBindIntent ()
 Create an Intent to be issued to bind to the Service.
Intent getStartIntent ()
 Create an Intent to be issued to start the Service.

Detailed Description

This is the "client side" interface to the ccnd service.


Member Function Documentation

Intent org.ccnx.android.ccnlib.CcndWrapper.getBindIntent (  )  [protected, virtual]

Create an Intent to be issued to bind to the Service.

It will be used as the parameter to bindService() This function is useful for adding "extras" to the intent

Returns:
Intent to start this service

Implements org.ccnx.android.ccnlib.CCNxWrapper.

Intent org.ccnx.android.ccnlib.CcndWrapper.getStartIntent (  )  [protected, virtual]

Create an Intent to be issued to start the Service.

It will be used as the parameter to startService() This function is useful for adding "extras" to the intent

Returns:
Intent to start this service

Implements org.ccnx.android.ccnlib.CCNxWrapper.


The documentation for this class was generated from the following file:
Generated on Fri May 13 16:28:00 2011 for CCNx for Android by  doxygen 1.6.3