VCSAgGetMonitorLevel

int VCSAgGetMonitorLevel(int *level_one, int *level_two);

The agent developer can use this primitive to query if the LevelOne (Basic) monitoring or the LevelTwo (Detail) monitoring or both need to be scheduled.

Note:

This API can only be used in monitor entry point. It does not reflect correct monitor levels when you call this API in other entry points.

See VCSAG_GET_MONITOR_LEVEL.