This shows you the differences between two versions of the page.
|
host_adaptor [2019/11/11 08:03] montse [Connection] |
host_adaptor [2021/01/11 10:49] (current) montse |
||
|---|---|---|---|
| Line 49: | Line 49: | ||
| * **connect3270:** Allows you to connect to the 3270. (It is not necessary to create the message, the Adapter executes the connection in its creation). | * **connect3270:** Allows you to connect to the 3270. (It is not necessary to create the message, the Adapter executes the connection in its creation). | ||
| + | |||
| + | * **containsText:** This function evaluates whether within the host screen, there is a specific text that we define in said function.\\ | ||
| + | - In the message mapping, the text that we want to find is added in the "Value field". | ||
| + | |||
| * **disconnect3270:** Allows you to disconnect to the 3270. | * **disconnect3270:** Allows you to disconnect to the 3270. | ||
| + | |||
| + | * **nextScreen:** This function directly advances to the next navigation screen (previously you will have had to go through it to find it).\\ It does not require parameters in the encoding. | ||
| + | |||
| * **play:** Plays the navigation 7 execution into the 3270 Host. It’s necessary to record the navigation previously. | * **play:** Plays the navigation 7 execution into the 3270 Host. It’s necessary to record the navigation previously. | ||
| + | |||
| + | * **previusScreen:** This function directly advances to the previus navigation screen.\\ It does not require parameters in the encoding. | ||
| + | |||
| * **rec:** Records the navigation 7 execution into the 3270 Host. | * **rec:** Records the navigation 7 execution into the 3270 Host. | ||