Function Name | Syntax | Functionality | Output |
---|---|---|---|
Set Up Connection | Set Connection | Complete HACPEE Url: | |
isHODLoaded() | public boolean isHODLoaded() | ||
startSession | public int startSession (String session) | Session Name: |
|
getSessionID | public String getSessionID () | ||
getAllSessionNames | public String getAllSessionNames () | ||
stopSession | public int stopSession | ||
stopSession1 | public int stopSession1 (String sessionName) | Session Name: |
|
stopAllSessions | public int stopAllSessions () | ||
connectSession | public int connectSession () | ||
connectSession1 | public int connectSession1 (String sessionName) | Session Name: |
|
disconnectSession | public int disconnectSession () | ||
disconnectSession1 | public int disconnectSession1 () | Session Name: |
|
displaySession1 | public int displaySession1 (String sessionName)() | Session Name: |
|
callCustomerFunction | public String callCustomerFunction() | >||
sendKeys1 | public int sendKeys1 (String text) | Text |
|
sendKeys2 | public int sendKeys2 (String sessionName, String text) | Session Name Text |
|
sendKeys3 | public int sendKeys2 (String sessionName, String text) | Session Name Position Text |
|
sendKeys4 | public int sendKeys4 (String sessionName, String text) | Session Name Text Row Col |
|
setString1 | public int setString1 (String text) | User Name: |
|
setString2 | public int setString2 (String sessionName, String text) | Session Name User Name |
|
setString3 | public int setString3 (String sessionName, String text, int pos) | Session Name Text Position |
|
setString4 | public int setString4 (String sessionName, String text, int row, int col) |
Session Name Text Row Column |
|
getString | public String getString () | ||
getString1 | public String getString1 () |
Session Name |
|
getString3 | public int getString3 (String sessionName, int pos, int length) | Session Name Position Length |
|
getString4 | public int getString4 (String sessionName, int row, int col, int length) | Session Name Row Col Length |
|
getStringLength | public int getStringLength () | ||
reset | public int reset () | ||
reset1 | public int reset1 (String sessionName) | Session Name |
|
isCommReady | public boolean isCommReady () | ||
isCommReady1 | public boolean isCommReady1 (String sessionName) | Session Name |
|
inputInhibited | public int inputInhibited () | ||
inputInhibited | public int inputInhibited () | Session Name |
|
waitForStringInRect8 | public int waitForStringInRect8(String text, int sRow, int sCol, int eRow, int eCol, long timeout, boolean waitForInput, boolean caseSensitive) | Text sRow sCol eRow eCol timeout: waitForInput: caseSensitive: |
|
waitForStringInRect9 | public int waitForStringInRect9(String sessionName,String text, int sRow, int sCol, int eRow, int eCol, long timeout, boolean waitForInput, boolean caseSensitive) | Session Name Text sRow sCol eRow eCol timeout: waitForInput: caseSensitive: |
|
waitWhileStringInRect8 | public int waitWhileStringInRect8(String text, int sRow, int sCol, int eRow, int eCol, long timeout, boolean waitForInput, boolean caseSensitive) | Text sRow sCol eRow eCol timeout: waitForInput: caseSensitive: |
|
waitWhileStringInRect9 | public int waitWhileStringInRect9(String sessionName,String text, int sRow, int sCol, int eRow, int eCol, long timeout, boolean waitForInput, boolean caseSensitive) | Session Name Text sRow sCol eRow eCol timeout: waitForInput: caseSensitive: |
|
getErrorMessage | public String getErrorMessage () |