RFID.RFIDInterface.Source_SingulationParametersFixedQ.Copy C# (CSharp) 메소드

Copy() 공개 메소드

public Copy ( Source_SingulationParametersFixedQ from ) : void
from Source_SingulationParametersFixedQ
리턴 void
        public void Copy( Source_SingulationParametersFixedQ from )
        {
            this.QValue            = from.QValue;
            this.RetryCount        = from.RetryCount;
            this.ToggleTarget      = from.ToggleTarget;
            this.RepeatUntilNoTags = from.RepeatUntilNoTags;
        }