This class represents the collection of servos related to a Phidget AdvancedServo. All the methods and properties used to access the available servos are implemented in this class.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.AdvancedServoServoCollection

See Also