HP-UX SNAplus2 R7 LUA Programmer's Guide

SLI Verbs
SLI_RECEIVE
Verb Canceled
The following return codes indicate that the verb did not complete successfully because it was canceled by another
verb or by a message from the host:
lua_prim_rc
LUA_CANCELLED
lua_sec_rc
Possible values are:
LUA_PURGED
This SLI_RECEIVE verb has been canceled by an SLI_PURGE verb.
LUA_TERMINATED
An SLI_CLOSE verb was issued while this verb was pending.
LUA_CANCEL_COMMAND_RECEIVED
The host sent a CANCEL command to cancel the remainder of the chain of data being received.
Parameter Check
The following return codes indicate that the verb did not complete successfully because a supplied parameter was
in error:
lua_prim_rc
LUA_PARAMETER_CHECK
lua_sec_rc
Possible values are:
LUA_BAD_DATA_PTR
The
lua_data_ptr parameter contained a value that was not valid.
LUA_BAD_SESSION_ID
The lua_sid parameter did not match the session ID of any active LUA LU session.
LUA_BID_ALREADY_ENABLED
The lua_ag1.bid_enable parameter was set to re-enable an SLI_BID verb, but the previous SLI_BID
verb was still in progress.
LUA_INVALID_FLOW
None of the lua_ag1 ow ags was set. At least one of these ags must be set to
1 to indicate which
ow or ows to read from.
UNIX
LUA_INVALID_POST_HANDLE
The lua_post_handle parameter was not a valid pointer to a callback routine.
LUA_NO_PREVIOUS_BID_ENABLED
The lua_ag1.bid_enable parameter was set to re-enable an SLI_BID verb, but there was no previous
SLI_BID verb that could be enabled. (For more information, see Section 5.5.3, Interaction with Other
Verbs.)
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.
133