Compaq AA-Q88CE-TE manual Call Rtrbroadcastevent, Parameters, Message-field1 ,message-field2

Models: AA-Q88CE-TE

1 320
Download 320 pages 38.47 Kb
Page 82
Image 82

CALL RTR_BROADCAST_EVENT

CALL RTR_BROADCAST_EVENT

The CALL RTR_BROADCAST_EVENT command causes a command server to execute the rtr_broadcast_event( ) routine and to display the returned status.

Format

CALL RTR_BROADCAST_EVENT [message-field1] [,message-field2...]

Parameters

[message-field1] [,message-field2...]

Specify the message to be sent (if any) as one or more comma separated parameter values. You can use the /TYPE_OF_DATA and /LENGTH_OF_DATA positional qualifiers on each parameter value to specify the data type and length of each field.

Command QualifiersDefaults

/CHANNEL_NAME=channel-name /CHANNEL_NAME=RTR$DEFAULT_CHANNEL

/CLUSTER/NOCLUSTER

/EVENT_NUMBER=evtnumnone

/FORMAT=fmt-string/NOFORMAT

/LENGTH_OF_FIELD=message lengthDepends on data type; see description.

/NODE[=node-list]

/NODE=default-node-list

/OUTPUT[=file-spec]

/OUTPUT=stdout

/RECIPIENT_SPEC=rcpspc

/NORECIPIENT_SPEC

/TYPE_OF_DATA=data type

/TYPE_OF_DATA=STRING

Description

The CALL RTR_BROADCAST_EVENT command causes a command server to call the rtr_broadcast_event( ) routine using values supplied on the command line.

The numeric status returned from the call is then converted to its textual representation and displayed.

The rtr_broadcast_event( ) routine itself is described in Application

Programmer's Reference Manual.

The prototype of rtr_broadcast_event( ) is:

rtr_status_t rtr_broadcast_event ( rtr_channel_t channel, rtr_bro_flag_t flags,

rtr_msgbuf_t pmsg,

rtr_msglen_t msglen,

rtr_evtnum_t evtnum,

rtr_rcpspc_t rcpspc,

rtr_msgfmt_t msgfmt ) ;

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

6–6RTR Command Line Interface

Page 82
Image 82
Compaq AA-Q88CE-TE manual Parameters, Call Rtrbroadcastevent message-field1 ,message-field2, Message-field1 ,message-field2