Verb Summary

The following is a brief summary of the seven LUA verbs that an application can use. (For a detailed explanation of each verb, see RUI Verbs.)
RUI_BID
Enables the application to determine when information from the host is available to be read.
RUI_INIT
Sets up the LU-SSCP session for an LUA application.
RUI_PURGE
Cancels an outstanding RUI_READ verb.
RUI_READ
Receives data or status information sent from the host to the LUA application's LU, on either the LU-SSCP session or the LU-LU session.
RUI_TERM
Ends the LU-SSCP session for an LUA application. It also brings down the LU-LU session if it is active.
RUI_WRITE
Sends data to the host on either the LU-SSCP session or the LU-LU session.