示例#1
0
        public void SetValue(object value)
        {
            SetInternalValue(value);

            XMLAPI.Client cgi = new XMLAPI.Client(Channel.Device.DeviceManager.HttpServerUri);
            cgi.SetISEIDValue(ISEID, GetValueString());
        }
示例#2
0
        public void SetValue(object value)
        {
            SetInternalValue(value);

            XMLAPI.Client cgi = new XMLAPI.Client(GetChannel().Device.DeviceManager.HttpServerUri);

            //FIXME: this should use async logic
            cgi.SetISEIDValue(ISEID, GetValueString());
        }