property wodBeepCom.Channels as IBeepChannels
Returns collection of all opened channels.

  TypeDescription 
   IBeepChannels Reference to object that holds collection of all opened channels. 
 

Channels is a read-only property available only at run-time that will return reference to IBeepChannels object - which provides access to all currently opened channels in the session. You should use same object to open new channels, close them, etc.