HP-UX SNAplus2 R7 LUA Programmer's Guide

RUI Verbs
RUI_WRITE
The lua_ag1.sscp_exp ow ag was set, indicating that the message should be sent on the SSCP
expedited ow. SNAplus2 does not allow applications to send data on this ow.
UNIX
LUA_INVALID_POST_HANDLE
The lua_post_handle parameter was not a valid pointer to a callback routine.
LUA_MULTIPLE_WRITE_FLOWS
More than one of the lua_ag1 ow ags was set to 1. One and only one of these ags must be set to
1, to indicate which session ow the data is to be sent on.
LUA_REQUIRED_FIELD_MISSING
This return code indicates one of the following cases:
None of the lua_ag1 ow ags was set. One and only one of these ags must be set to 1.
The RUI_WRITE verb was used to send a response, and the response required more data than was
supplied.
LUA_RESERVED_FIELD_NOT_ZERO
A reserved eld in the verb record, or a parameter that is not used by this verb, was set to a nonzero
value.
LUA_VERB_LENGTH_INVALID
The value of the lua_verb_length parameter was less than the length of the verb record required for
this verb.
State Check
The following return codes indicate that the verb was issued in a session state in which it was not valid:
lua_prim_rc
LUA_STATE_CHECK
lua_sec_rc
Possible values are:
LUA_MODE_INCONSISTENCY
The SNA message sent on the RUI_WRITE was not valid at this time. This is caused by trying to send
data on the LU session before the session is bound. Check the sequence of SNA messages sent.
LUA_NO_RUI_SESSION
An RUI_INIT or RUI_INIT_PRIMARY verb has not yet completed successfully for the LU name
specied on this verb, or the session has failed.
Other Conditions
The following return codes indicate that the verb record supplied was valid, but the verb did not complete
successfully:
lua_prim_rc
LUA_UNSUCCESSFUL
lua_sec_rc
Possible values are:
LUA_FUNCTION_NOT_SUPPORTED
This return code indicates one of the following cases:
102