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

FixedQInventoryParam2Register() public method

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