示例#1
0
 internal CMProxyState(CMProxy proxy)
 {
     _proxy          = proxy;
     _ardResponseFac = new ArduinoResponseFactory();
     Wdt             = new WatchDogTimer(Callback);
     Wdt.LimitTime   = WdtLimitTime;
 }
示例#2
0
 public CMProxyStateDisabled(CMProxy proxy) : base(proxy)
 {
 }
示例#3
0
 public CMProxyStateProcessing(CMProxy proxy) : base(proxy)
 {
 }
示例#4
0
 public ProxyCookBook(CMProxy owner) : base()
 {
     _owner = owner;
 }