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

VariableQInventoryParam0Register() 공개 메소드

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