beautypg.com

Call rtr_request_info, Format, Description – Compaq AA-Q88CE-TE User Manual

Page 111

background image

CALL RTR_REQUEST_INFO

CALL RTR_REQUEST_INFO

The CALL RTR_REQUEST_INFO command causes a command server to
execute the

rtr_request_info( )

routine and to display the returned status.

Format

CALL RTR_REQUEST_INFO

Command Qualifiers

Defaults

/CHANNEL_NAME=channel-name

/CHANNEL_NAME=RTR$DEFAULT_CHANNEL

/CLUSTER

/NOCLUSTER

/GETITM=item-name

none

/INFCLA=infoclass

none

/NODE[=node-list]

/NODE=default-node-list

/OUTPUT[=file-spec]

/OUTPUT=stdout

/SELITM=item-name

none

/SELVAL=item-value

none

Description

The CALL RTR_REQUEST_INFO command causes a command server to call to

the

rtr_request_info( )

routine using values supplied on the command line.

The

rtr_request_info( )

routine itself is described in Application Programmer’s

Reference Manual.

The prototype of

rtr_request_info( )

is:

rtr_status_t

rtr_request_info (

rtr_channel_t

*pchannel,

rtr_req_flag_t

flags,

rtr_infoclass_t

infcla

rtr_itemcode_t

selitm

rtr_selval_t

selval

rtr_itemcode_t

getitms

) ;

Table 6–13 shows the correspondence between values you supply on the command
line and the C language parameter values produced and used for the call.

Table 6–13 Parameters for rtr_request_info

C Parameter Name

Parameter Value

Command Line Specification

*pchannel

/CHANNEL_NAME=name

flags

RTR_NO_FLAGS

[none] [D]

infcla

RTR_INFCLA_BACKEND_TX

/INFCLA=BTX

selitm

fdb_f_name

/SELITM=fdb_f_name

selval

CASHFACIL

/SELVAL=CASHFACIL

getitms

fe_node_id

/GETITMS=fe_node_id

RTR Command Line Interface 6–35