|
| Name | Description | ||
| ID | Returns unique channel ID. | |||
| Index | Holds index of the channel in the collection. | |||
| MessageID | Returns current message ID in the channel. | |||
| Profile | Holds profile used with the channel. | |||
| Tag | Tag 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..
|