Soup to Nuts: Cisco Codec – Part 3

In this part, we'll extend our Device class and create a subclass specialized for talking to Cisco devices. Then we'll work on properly wrapping our SIMPL+ module into a SIMPL User Macro. Let's add a new Codec class to our project: Start off with a simple definition for Codec: using System; using Crestron.SimplSharp; namespace CiscoRoomKit … Continue reading Soup to Nuts: Cisco Codec – Part 3