Reading the RTC database

The dispatcher functions dispGetActiveRTC and dispGetNumRTC enable a service to query the database for all condition and action pairs stored within it for the specific context on which the service is opened. dispGetActiveRTC returns an array of the condition and action pairs associated with a context. dispGetNumRTC returns the number of condition and action pairs associated with a context.

The dispatcher functions dispGetRTCAliases and dispGetNumRTCAliases enable a service to query the database for all aliases stored within it for the specific context on which the service is opened. dispGetRTCAliases returns an array of the aliases stored for a context. Call dispGetNumRTCAliases to determine the amount of space that must be allocated for the dispGetRTCAliases return buffer.