RFID.RFIDInterface.Source_QueryParms.Source_QueryParms C# (CSharp) 메소드

Source_QueryParms() 공개 메소드

public Source_QueryParms ( ) : System
리턴 System
        public Source_QueryParms( )
            : base()
        {
            this.nativeTagGroup = new TagGroup();
            this.nativeSingulationParms = new SingulationAlgorithmParms();
        }