HP-UX SNAplus2 R7 LUA Programmer's Guide
SLI Verbs
SLI_STSN_ROUTINE
Unsuccessful Execution: STSN Rejected
If the application decides to reject the STSN, it returns the following parameters:
lua_prim_rc
LUA_NEGATIVE_RSP
lua_data_length
The length of the returned SNA sense code (in the lua_data_ptr parameter).
lua_data_ptr
A pointer to the buffer containing the SNA sense code associated with the application’s reason for rejecting
the STSN.
5.9.3 Interaction with Other Verbs
LUA will call this routine from within its processing of the SLI_OPEN verb (after the application issues SLI_OPEN
and before its asynchronous return).
5.9.4 Usage and Restrictions
There is no asynchronous return mechanism for the application’s extension routines. The routine must return
synchronously.
149