This is the "client side" interface to the ccnd service. More...
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. |
This is the "client side" interface to the ccnd service.
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
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
Implements org.ccnx.android.ccnlib.CCNxWrapper.