Table of Contents

Name

rmt_ReqCtlReadValuesAll - get current value for all entries in CONFLIST from dbman

Description

rmt_ReqCtlReadValuesAll requests the current value of all parameters in the CONFLIST array.

rmt_ReqCtlReadValues traverses the CONFLIST array and formulates a query to dbman for the current value of each parameter. The request is posted to dbman and rmt_ReqCtlReadValuesAll doesn’t wait for an answer.

rmtReqParValue(3rmt) is used to communicate with dbman.

This function communicates with dbman in remote mode.

This function is part of libmngr.

Syntax

int rmt_ReqCtlReadValuesAll (
   int s,

   CONFLIST CFpnt[],

   int Size,

   );

Arguments

s

database channel

CFpnt

The pointer to the start of the CONFLIST array

Size

the size of the CONFLIST array.

Return Value

If there is an error when rmtReqParValue(3rmt) is called -1 is returned.

If there is no error 0 is returned.

Notes

The error code from rmtReqParValue(3rmt) should be returned.

See Also

libmngr(3mngr)

Manual page revision

$Id: rmt_ReqCtlReadValsAll.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $


Table of Contents