Verb | Description | Value |
---|---|---|
SYNC_SEND | Calls the Lu62Conversation.sendAndPrepareToReceive(inputMessage) method | 0 |
SYNC_SEND_RECEIVE | Calls the Lu62Conversation.sendReceiveSYNC(inputMessage, timeout).getDataReceived() method | -1 |
SYNC_RECEIVE | Calls the Lu62Conversation.readData(timeout).getDataReceived() method | 2 |
The numbers in the Value column are the values you put in the Bindings Properties page when creating a WSIF interface in Application Developer because the fields accept integer values only.