Search results

  1. N

    Premise C# SubscribeToProperty - VS2013 - "System.InvalidCastException was unhandled"

    using Premise; // ****** Must Target X86 ****** ISYSMiniBroker miniBroker = new SYSMiniBrokerClass(); IRemotePremiseObject root = null; . . x = root.GetObject("sys://Home/Outside/Light Sensor"); x.SubscribeToProperty("DisplayName","updater1",this); Reading...
Back
Top