RFID.RFIDInterface.RegisterData.VariableQInventoryParam2Register.VariableQInventoryParam2Register C# (CSharp) Method

VariableQInventoryParam2Register() public method

public VariableQInventoryParam2Register ( uint value ) : System
value uint
return System
            public VariableQInventoryParam2Register(uint value)
            {
                _value = new BitVector32((int)value);
            }
RegisterData.VariableQInventoryParam2Register