BeepChannels object
Holds collection of currently opened channels.

  NameDescription 
  CloseCloses the channel. 
  CountReturns total number of channels in the collection. 
  ItemReturns reference to channel from the collection. 
  OpenOpens new channel with specific profile. 
  OpenAnyOpens new channel with any of profiles. 
 

BeepChannels object is responsible for storing collection of all channels currently used by wodBeep. Since connection is established with remote peer, it will always contain at least one member - channel Zero, which you cannot use by your application. You should use Open and OpenAny methods to create new channels (and assign profiles to them), Close method to close it etc.