GetCtlReadValsAll traverses the CONFLIST array and formulates a query to dbman for the current value of the parameter for each member of the array. The request is posted to dbman and GetCtlReadValsAll waits for an answer and places the answer in the CONFLIST record’s Current field.
GetCtlReadValsAll uses lclReqParAns(3rmt) to communicate with dbman. lclReqParAns(3rmt) waits for an answer from dbman so GetCtlReadValsAll should be used on a file descripter where nothing has been subscribed to.
Usually programs using this function will open two channels to dbman. One channel is used to post subscriptions and process data asyncronously from dbman as it arrives. The other channel is used with functions which will post requests to dbman for information and wait for the answer.
If there is an error when lclReqParAns(3rmt) is called an error message is written to stderr and the array traversal is terminated.
This function communicates with dbman in local mode.
This function is part of libmngr.
If there is no error and the array traversal completes successfully ERRok is returned.