Exemplo n.º 1
0
 public BaseControl(LIBRARY_TYPE type)
 {
     Type      = type;
     Value     = 0;
     NextValue = 0;
     LastValue = 0;
 }
Exemplo n.º 2
0
 public BaseControl(LIBRARY_TYPE type)
 {
     Type       = type;
     Value      = 0;
     NextValue  = 0;
     LastValue  = 0;
     IsSetSpeed = false;
 }
Exemplo n.º 3
0
 public BaseSensor(LIBRARY_TYPE type)
 {
     Type  = type;
     Value = 0;
 }