This class represents a collection of Servo servo motors. All the methods and properties used to access the available servo motors are implemented in this class.

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

Syntax

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

Remarks

This class contains the count of the available servo motors and the Servo servo motor indexer to access the Servo servo motor objects.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.ServoServoCollection

See Also