|
| Type | Description | ||
| IBeepTuningProfiles | Reference to the collection of all active tuning profiles. |
TuningProfiles should NOT be used by end-user of wodBeep ActiveX. It exists only for the purpose of creating tuning profiles that need to access messages on low-level layer. If you implement your own tuning profile of SessionTuning type, then you must access data passed through the transport layer directly - before it actually reaches wodBeep. In order to do this, wodBeep needs to pass all the data received to your profile. You will implement IBeepProfile by yourself, and when you're ready to access data on low level, you will just call
method to add yourself to the list of tuning profiles. From this moment on, all data before reaches wodBeep will be sent to your profile. Also, all data that is about to leave wodBeep will be sent to you also. To gain speed, data is transferred as byte array.
|