RFID.RFIDInterface.RegisterData.FixedQInventoryParam0Register.FixedQInventoryParam0Register C# (CSharp) 메소드

FixedQInventoryParam0Register() 공개 메소드

public FixedQInventoryParam0Register ( uint value ) : System
value uint
리턴 System
            public FixedQInventoryParam0Register(uint value)
            {
                _value = new BitVector32((int)value);
            }
RegisterData.FixedQInventoryParam0Register