link start!
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
package com.honeywell.honeywellXL10NextGen.xl10Controller.upload;
|
||||
|
||||
public interface INetworkUpload {
|
||||
public static final int ERR_INVALID_CNFG = 1;
|
||||
public static final int ERR_INVALID_SCALAR_INDEX_NV = 3;
|
||||
public static final int ERR_INVALID_UNIT_INDEX_NV = 2;
|
||||
public static final int ERR_NULL = -1;
|
||||
public static final int ERR_READ_FAIL = 4;
|
||||
public static final int ERR_SUCCESS = 0;
|
||||
public static final int ERR_UNKNOWN_EXP = -2;
|
||||
public static final int ERR_WRONG_FIELD_TYPE = 5;
|
||||
|
||||
void InitializeFileVariables();
|
||||
|
||||
int formNetworkObjConfiguration();
|
||||
|
||||
boolean initializeReferences();
|
||||
|
||||
boolean isObjectExposable(String str);
|
||||
|
||||
int readDlsAndScheduleFile();
|
||||
|
||||
int readFile();
|
||||
|
||||
byte[] readProxyFile(int i);
|
||||
|
||||
void setUploadObject(BIUpload bIUpload);
|
||||
}
|
||||
Reference in New Issue
Block a user