getSndLevel()

The function returns the send debug level for messages.

Synopsis

int getSndLevel()

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 send debug level for messages.

The function setSndLevel() sets the send level to 2 and getSndLevel() returns it.

main()
{
  int i;
  i = setSndLevel(2);
  int retLevel = getSndLevel();
  DebugN("The set level:", retLevel);
}

Assignment

Administration of managers, modules and panels

Availability

CTRL