|
| Type | Description | ||
| ChannelID as Long | Long integer value that holds channel ID that will be opened. | |||
| Profiles as IBeepProfilesList | Collection of profiles offered by remote side. | |||
| Accept as Boolean | Boolean value that should be set to True to allow channel to be opened. |
ChannelOpenRequest event is fired when remote peer wants to open new channel. In Profiles argument, it will provide list of profiles it offers for the channel. If you plan to accept channel opening, you should set Accept = True, but also select any offered profile using Profiles.Selected property. Even if you accept the channel, you cannot start using it immediately. You need to wait for ChannelOpen to be fired first.
|