XmlChannel

The basic database channel information required to display a list of channels.

Structure
{   
     unsigned int channelId; 
     string dbName; 
     long modifiedTime; 
};
Fields
  • channelId   The unique ID of this channel.

  • dbName   The name of the on-device database.

  • modifiedTime   The last channel modified timestamp.

Remarks

XmlChannelArray is an array of XmlChannel structures.