getRcvLevel()

The function returns the receive debug level for messages.

Synopsis

int getRcvLevel()

Return value

The function returns 0 if it was executed successfully and -1 if an error occurred (e.g. an unknown manager name).

Errors

Missing/incorrect arguments.

Description

The function returns the receive debug level for messages.

The function setRcvLevel() sets the level to 2 and the function getRcvLevel() returns it.

main()
{
  int i;
  i = setRcvLevel(2);
  int recLevel = getRcvLevel();
  DebugN("The set receive level:", recLevel);
}

Assignment

Administration of managers, modules and panels

Availability

CTRL