HP-UX SNAplus2 R7 LUA Programmer's Guide
RUI Verbs
RUI_READ
This parameter is set to
1
if the verb completed asynchronously, or
0 if the verb completed synchronously.
lua_flag2.bid_enable
This parameter is set to
1 if an RUI_BID was successfully re-enabled, or to
0
if it was not re-enabled.
Other returned parameters depend on whether the verb completed successfully; see the following sections.
Successful Execution or Truncated Data
If the verb executes successfully, LUA returns the following parameters:
lua_prim_rc
LUA_OK
The following parameters are returned if the verb completes successfully. They are also returned if the verb returns
with truncated data because the
lua_data_length parameter supplied was too small (see Section 4.5.2, Returned
Parameters).
lua_sid
If the application specified the lua_luname parameter when issuing this verb, rather than specifying the session
ID, LUA supplies the session ID.
lua_data_length
The length of the data received. LUA places the data in the buffer specified by lua_data_ptr.
lua_th
Information from the transmission header (TH) of the received message.
lua_rh
Information from the request/response header (RH) of the received message.
lua_message_type
Message type of the received message that will be one of the following:
LUA_MESSAGE_TYPE_LU_DATA
LUA_MESSAGE_TYPE_SSCP_DATA
LUA_MESSAGE_TYPE_RSP
LUA_MESSAGE_TYPE_BID
LUA_MESSAGE_TYPE_BIND
LUA_MESSAGE_TYPE_BIS
LUA_MESSAGE_TYPE_CANCEL
LUA_MESSAGE_TYPE_CHASE
LUA_MESSAGE_TYPE_CLEAR
LUA_MESSAGE_TYPE_CRV
LUA_MESSAGE_TYPE_LUSTAT_LU
LUA_MESSAGE_TYPE_LUSTAT_SSCP
LUA_MESSAGE_TYPE_QC
LUA_MESSAGE_TYPE_QEC
LUA_MESSAGE_TYPE_RELQ
LUA_MESSAGE_TYPE_RTR
LUA_MESSAGE_TYPE_SBI
LUA_MESSAGE_TYPE_SHUTD
LUA_MESSAGE_TYPE_SIGNAL
86