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

FixedQInventoryParam1Register() public method

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