Exemplo n.º 1
0
 public void CopyTo(DeviceINF dev)
 {
     dev.PIN_COUNT    = this.PIN_COUNT;
     dev.COM_COUNT    = this.COM_COUNT;
     dev.DEV_NAME     = this.DEV_NAME;
     dev.DEV_NUM      = this.DEV_NUM;
     dev.COM_NUM      = this.COM_NUM;
     dev.AUX_INIT     = this.AUX_INIT;
     dev.PERIOD       = this.PERIOD;
     dev.PHASE        = this.PHASE;
     dev.COMMENT      = this.COMMENT;
     dev.COPY_PIN_ENA = this.COPY_PIN_ENA;
     dev.COPY_PIN     = this.COPY_PIN;
 }
Exemplo n.º 2
0
 public void CopyTo(DeviceINF dev)
 {
     dev.PIN_COUNT = this.PIN_COUNT;
     dev.COM_COUNT = this.COM_COUNT;
     dev.DEV_NAME = this.DEV_NAME;
     dev.DEV_NUM = this.DEV_NUM;
     dev.COM_NUM = this.COM_NUM;
     dev.AUX_INIT = this.AUX_INIT;
     dev.PERIOD = this.PERIOD;
     dev.PHASE = this.PHASE;
     dev.COMMENT = this.COMMENT;
     dev.COPY_PIN_ENA = this.COPY_PIN_ENA;
     dev.COPY_PIN = this.COPY_PIN;
 }