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

FixedQInventoryParam0Register() public method

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