|
| Name | Description | ||
| Count | Holds total number of profiles in the list. | |||
| Item | Returns reference to specific profile from the list. | |||
| Selected | Determines profile that is selected in the list. |
BeepProfilesList collection is very similar to BeepProfiles collection - except you cannot add new profiles to it. It should not be used directly by your application. wodBeep uses this collection in ChannelOpenRequest event to show you list of profiles other peer offers per channel, allowing you to set Selected property and choose one of offered profiles.
|