HP-UX SNAplus2 R7 LUA Programmer's Guide

RUI Verbs
RUI_INIT
lua_prim_rc
LUA_COMM_SUBSYSTEM_ABENDED
A required SNAplus2 software component (such as the node) has terminated or has been stopped.
Contact your System Administrator if necessary.
lua_prim_rc
LUA_SESSION_FAILURE
The LUA session has failed.
If the secondary return code is not
LUA_RUI_LOGIC_ERROR, then this LU can be reinitialized using an
RUI_REINIT. If it is not reinitialized, then an RUI_TERM must be issued before an RUI_INIT can be
issued for the same LU.
lua_sec_rc
LUA_LU_COMPONENT_DISCONNECTED
The LUA session has failed because of a problem with the communications link or with the host LU.
lua_prim_rc
LUA_INVALID_VERB
Either the
lua_verb parameter or the lua_opcode parameter was not valid. The verb did not execute.
WINDOWS
lua_prim_rc
LUA_STACK_TOO_SMALL
The stack size of the application is too small for LUA to complete the request. Increase the stack size
of your application.
lua_prim_rc
LUA_UNEXPECTED_DOS_ERROR
An operating system error occurred.
lua_sec_rc
This value is the operating system return code. Check your operating system documentation for the meaning
of this return code.
4.2.3 Interaction with Other Verbs
This verb must be the rst LUA verb issued for the session.
Until this verb has completed successfully, the only other LUA verb that can be issued for this session is RUI_TERM
(which will terminate a pending RUI_INIT).
All other verbs issued on this session must identify the session using one of the following returned parameters from
this verb:
The session ID, returned to the application in the lua_sid parameter
The LU name, returned to the application in the lua_luname parameter
4.2.4 Usage and Restrictions
The RUI_INIT verb completes after an ACTLU is received from the host. If necessary, the verb waits indenitely.
If an ACTLU has already been received prior to the RUI_INIT verb, LUA sends a NOTIFY to the host to inform
it that the LU is ready for use. Neither the ACTLU or NOTIFY is visible to the LUA application.
75