Manual — Digital_UNIX SNA_LUA_Programming_1.0
| RUI_BID | Receives an indication from the interface that an incoming message is available. | |
| RUI_INIT | Allocates a local LU on a DIGITAL SNA gateway and provides access to the SSCP-LU established by the DIGITAL SNA gateway. | |
| RUI_PURGE | Purges an active RUI_READ request. | |
| RUI_READ | Receives data from the remote host application program. | |
| RUI_TERM | Terminates the LU-LU session (if still active) and relinquishes the local LU. | |
| RUI_WRITE | Transmits data to the remote host application program. | |
| SLI_BID | Receives an indication from the interface that an incoming message is available. | |
| SLI_BIND_ROUTINE | Receives an SNA BIND request from the remote host application program. This verb control block is supplied by the interface and is passed to the BIND extension routine specified in the LUA_EXT_LIST structure referenced by the SLI_OPEN’s common.lua_extension_list_ptr parameter. | |
| SLI_CLOSE | Closes the LU-LU session terminating the connection to the remote host application program and relinquishes the local LU. | |
| SLI_OPEN | Allocates an LU, provides access to the SSCP-LU session established by the DIGITAL SNA gateway, and establishes the LU-LU session with the remote LUA application. | |
| SLI_PURGE | Purges an active SLI_RECEIVE request. | |
| SLI_RECEIVE | Receives data or status from the remote host application program. | |
| SLI_SDT_ROUTINE | Receives an SNA SDT request from the remote host application program. This verb control block is supplied by the interface and is passed to the SDT routine specified in the LUA_EXT_LIST structure referenced by the SLI_OPEN’s common.lua_extension_list_ptr parameter. | |
| SLI_SEND | Transmits data, an SNA command, or an SNA response to the remote host application program. | |
| SLI_STSN_ROUTINE | Receives an SNA STSN request from the remote host application program. This verb control block is supplied by the interface and is passed to the STSN routine specified in the LUA_EXT_LIST structure referenced by the SLI_OPEN’s common.lua_extension_list_ptr parameter. | |