com.wjholden.nmap
Interface Nmap_Constants

All Known Implementing Classes:
Nmap, NmapError, NmapUtilities, scan, verifyInstallation

public interface Nmap_Constants

All the global constants should go here for simplified access.

Since:
0.4
Version:
0.4.1
Author:
William John Holden (wjholden@gmail.com)

Field Summary
static int BUFFER_SIZE
          Android keeps bitching about not explicitly saying you want an 8k-char buffer so...here.
static int INSTALL_ERROR
          Indicates generic installation error
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 MENU_GROUP_DEBUG
           
static int MENU_GROUP_EXTRA_OPTIONS
           
static int MENU_ITEM_DEBUG_EMAIL
           
static int MENU_ITEM_DEBUG_ENABLE
           
static int MENU_ITEM_EXIT
           
static int MENU_ITEM_MORE_HELP
           
static int MENU_ITEM_REINSTALL
           
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 String TAG
           
static int THREAD_ERROR
           
 

Field Detail

BUFFER_SIZE

static final int BUFFER_SIZE
Android keeps bitching about not explicitly saying you want an 8k-char buffer so...here.

See Also:
Constant Field Values

INSTALL_ERROR

static final int INSTALL_ERROR
Indicates generic installation error

See Also:
Constant Field Values

INSTALL_GOOD

static final int INSTALL_GOOD
Indicates successful installation (or successfully verified)

See Also:
Constant Field Values

INSTALL_NO_ROOT

static final int INSTALL_NO_ROOT
Tells handler there is no root access on this handset

See Also:
Constant Field Values

MENU_GROUP_DEBUG

static final int MENU_GROUP_DEBUG

MENU_GROUP_EXTRA_OPTIONS

static final int MENU_GROUP_EXTRA_OPTIONS

MENU_ITEM_DEBUG_EMAIL

static final int MENU_ITEM_DEBUG_EMAIL

MENU_ITEM_DEBUG_ENABLE

static final int MENU_ITEM_DEBUG_ENABLE

MENU_ITEM_EXIT

static final int MENU_ITEM_EXIT

MENU_ITEM_MORE_HELP

static final int MENU_ITEM_MORE_HELP

MENU_ITEM_REINSTALL

static final int MENU_ITEM_REINSTALL

RUN_COMPLETE

static final int RUN_COMPLETE
Tells the handler the scan has completed

See Also:
Constant Field Values

RUN_ERROR

static final int RUN_ERROR
Tells the handler an error occurred

See Also:
Constant Field Values

RUN_LINE

static final int RUN_LINE
Tells the handler that your Message object contains one line of output

See Also:
Constant Field Values

SCANTYPE_NCAT

static final int SCANTYPE_NCAT
See Also:
Constant Field Values

SCANTYPE_NDIFF

static final int SCANTYPE_NDIFF
See Also:
Constant Field Values

SCANTYPE_NMAP

static final int SCANTYPE_NMAP
See Also:
Constant Field Values

SCANTYPE_NPING

static final int SCANTYPE_NPING
See Also:
Constant Field Values

TAG

static final String TAG
See Also:
Constant Field Values

THREAD_ERROR

static final int THREAD_ERROR
See Also:
Constant Field Values