This class represents a Phidget Weight Sensor. All methods to read weight data from the weight sensor are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class WeightSensor : Phidget
Visual Basic (Declaration)
Public Class WeightSensor _
	Inherits Phidget
Visual C++
public ref class WeightSensor : public Phidget

Remarks

The Phidget Weight Sensor is simply an electronic scale with a USB interface. It provides one weight value, in kg.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.WeightSensor

See Also