Vfind_channel
You can use this utility to find the name of a channel when you know its channel index. This utility is useful for developers who need information about a channel when they know only its index.
To run vfind_channel
-
Enter the following at the system prompt:
vfind_channel <database name> <channel index>
Parameters
This utility takes two parameters, a <database name> and a <channel index>, and returns the name of the channel with that channel index.
You can find the source code for this utility in the examples applications directory/find_channel.c.