Table of Contents
rmtRemCrtQ - remote - traverse local display page and remove all items
from the Que list
rmtRemCrtQ traverses a local copy of the CRTDCPNT
and CRTICPNT records which make up a display page and passes a series of
requests to
dbman asking to cancel subscriptions for all datapoints.
The
requests are passed in remote mode.
This function is part of librmt.
int
rmtRemCrtQ(
HEADER_TBL *HTpnt,
int fo,
PAGE *PgPnt,
int verbosity
);
pointer to local HEADER_TBL
The file descriptor for the
connection to dbman.
pointer to PAGE record.
Defines the amount
of messages to print. This value is passed on to SendRec. A value of 0 produces
no messages. See the SendRec manpage for full details on available values.
ERRok is returned if the transaction is successful.
The error code from the transaction is returned if there is a communications
error.
This function isn’t used anymore. The entire page may be subscribed
to by using
rmtRemPgQueLst() which removes subscriptions for the entire
list by passing one request to
dbman.
librmt(3rmt)
$Id:
rmtRemCrtQ.3,v 1.2 2008/08/22 16:22:16 mcnamer Exp $
Table of Contents