|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NmapConstants
All the global constants should go here for simplified access.
Field Summary | |
---|---|
static int |
BUFFER_SIZE
Android keeps bitching about not explicitly saying you want an 8k-char buffer so...here. |
static int |
FORCE_RESTART
|
static int |
INSTALL_ERROR
Indicates generic installation error |
static java.lang.String[] |
INSTALL_FILENAMES
List of filenames corresponding to those resources made available in requiredResources[]. |
static int |
INSTALL_GOOD
Indicates successful installation (or successfully verified) |
static int |
INSTALL_NO_ROOT
Tells handler there is no root access on this handset |
static int[] |
INSTALL_RESOURCES
The name is somewhat misleading now, but these are a few files that should be installed during this process. |
static int |
MG_DEBUG
|
static int |
MG_DEFAULT
|
static int |
MI_DEBUG_EMAIL
Button to e-mail debugging info to developer |
static int |
MI_DEBUG_ENABLE
Button to enable/disable debugging |
static int |
MI_EXIT
|
static int |
MI_MORE_HELP
Button that opens Nmap manpage |
static int |
MI_REINSTALL
Button that initiates VerifyInstallation method manually |
static int |
MI_SURVEY
Button that shows the survey, collecting information at nmap.wjholden.com. |
static int |
RUN_COMPLETE
Tells the handler the scan has completed |
static int |
RUN_ERROR
Tells the handler an error occurred |
static int |
RUN_LINE
Tells the handler that your Message object contains one line of output |
static int |
SCANTYPE_NCAT
|
static int |
SCANTYPE_NDIFF
|
static int |
SCANTYPE_NMAP
|
static int |
SCANTYPE_NPING
|
static java.lang.String |
TAG
This tag is used by Logcat to print app name. |
static int |
THREAD_ERROR
|
Field Detail |
---|
static final int BUFFER_SIZE
static final int FORCE_RESTART
static final int INSTALL_ERROR
static final java.lang.String[] INSTALL_FILENAMES
static final int INSTALL_GOOD
static final int INSTALL_NO_ROOT
static final int[] INSTALL_RESOURCES
static final int MG_DEBUG
static final int MG_DEFAULT
static final int MI_DEBUG_EMAIL
static final int MI_DEBUG_ENABLE
static final int MI_EXIT
static final int MI_MORE_HELP
static final int MI_REINSTALL
static final int MI_SURVEY
static final int RUN_COMPLETE
static final int RUN_ERROR
static final int RUN_LINE
static final int SCANTYPE_NCAT
static final int SCANTYPE_NDIFF
static final int SCANTYPE_NMAP
static final int SCANTYPE_NPING
static final java.lang.String TAG
static final int THREAD_ERROR
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |