|
| Name | Description | ||
| Close | Closes the channel. | |||
| Count | Returns total number of channels in the collection. | |||
| Item | Returns reference to channel from the collection. | |||
| Open | Opens new channel with specific profile. | |||
| OpenAny | Opens 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.
|