|
| Name | Description | ||
| Add | Adds new profile to the collection. | |||
| Count | Holds total number of profiles in the collection. | |||
| Item | Returns reference to profile in the collection. |
BeepTuningProfiles collection is used only by tuning profiles. Once you need your tuning profile to get access on low-level transport, you should add yourself to this collection (using Add method), and from that moment wodBeep will forward all incoming and outgoing packets directly to your tuning profile. This is handy when you need to change data structure - to add SSL security, compress data etc..
|