Soup to Nuts: Cisco Codec – Part 1

In this series of posts, we'll develop a basic module for controlling Cisco Room Kit devices. It can be used in SIMPL Windows or SIMPL# Pro programs. It won't be as exhaustive as the official module available from the Application Market, but it will be enough to handle most video conferencing tasks. Create a new … Continue reading Soup to Nuts: Cisco Codec – Part 1

Delegates vs Events

Trying to glean some notes from https://docs.microsoft.com/en-us/dotnet/csharp/distinguish-delegates-events. All text is from that page (emphasis is mine). The most important consideration in determining which language feature to use is whether or not there must be an attached subscriber. If your code must call the code supplied by the subscriber, you should use a design based on … Continue reading Delegates vs Events