BeepChannel object
Object that holds information about the channel.

  NameDescription 
  IDReturns unique channel ID. 
  IndexHolds index of the channel in the collection. 
  MessageIDReturns current message ID in the channel. 
  ProfileHolds profile used with the channel. 
  TagTag for misc usage. 
 

BeepChannel object is responsible for keeping information about one channel. wodBeep will have as many of BeepChannel objects, as there are number of currently opened channels. To access these channels you should use wodBeep.Channels property.

BeepChannel stores channel specific information which is mostly read-only, such as channel ID, current MessageID, profile associated with the channel etc..