RFID.RFIDInterface.RegisterData.VariableQInventoryParam0Register.VariableQInventoryParam0Register C# (CSharp) Méthode

VariableQInventoryParam0Register() public méthode

public VariableQInventoryParam0Register ( uint value ) : System
value uint
Résultat System
            public VariableQInventoryParam0Register(uint value)
            {
                _value = new BitVector32((int)value);
            }
RegisterData.VariableQInventoryParam0Register