| 35 | | public static final int IOP_START = 900; |
| 36 | | public static final int IOP_ABOUT_DIALOG = 901; |
| 37 | | public static final int IOP_PARSE = 909; // general parse command (-> AlertScreen) |
| 38 | | public static final String OP_PARSELIST = "0910"; |
| 39 | | public static final int IOP_PARSELIST = 910; |
| 40 | | public static final String OP_PARSEFORM = "0911"; |
| 41 | | public static final int IOP_PARSEFORM = 911; |
| 42 | | public static final String OP_PARSECANVAS = "0912"; |
| 43 | | public static final int IOP_PARSECANVAS = 912; |
| 44 | | public static final int IOP_SETTINGS = 920; |
| 45 | | public static final int IOP_SETTINGS_SAVE = 921; |
| 46 | | public static final int IOP_CONNECT = 950; |
| 47 | | public static final int IOP_DISCONNECT_CONF = 951; |
| 48 | | public static final int IOP_DISCONNECT_FORCED = 952; |
| 49 | | public static final int IOP_DISCONNECT = 953; |
| 50 | | public static final int IOP_BT_GET_DEVICES = 960; |
| 51 | | public static final int IOP_BT_GET_DEV_CANCEL = 961; |
| 52 | | public static final int IOP_BT_DEVICE_DETAILS = 962; |
| 53 | | public static final int IOP_BT_GET_SERVICES = 963; |
| | 35 | public static final int IOP_START = 900; |
| | 36 | public static final int IOP_ABOUT_DIALOG = 901; |
| | 37 | public static final int IOP_PARSE = 909; // general parse command (-> AlertScreen) |
| | 38 | public static final String OP_PARSELIST = "0910"; |
| | 39 | public static final int IOP_PARSELIST = 910; |
| | 40 | public static final String OP_PARSEFORM = "0911"; |
| | 41 | public static final int IOP_PARSEFORM = 911; |
| | 42 | public static final String OP_PARSECANVAS = "0912"; |
| | 43 | public static final int IOP_PARSECANVAS = 912; |
| | 44 | public static final int IOP_SETTINGS = 920; |
| | 45 | public static final int IOP_SETTINGS_SAVE = 921; |
| | 46 | public static final int IOP_CONNECT = 950; |
| | 47 | public static final int IOP_DISCONNECT_CONF = 951; |
| | 48 | public static final int IOP_DISCONNECT_FORCED = 952; |
| | 49 | public static final int IOP_DISCONNECT = 953; |
| | 50 | public static final int IOP_BT_GET_DEVICES = 960; |
| | 51 | public static final int IOP_BT_GET_DEV_CANCEL = 961; |
| | 52 | public static final int IOP_BT_DEVICE_DETAILS = 962; |
| | 53 | public static final int IOP_BT_GET_SERVICES = 963; |