This class represents a collection of Thermocouple sensors.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class TemperatureSensorSensorCollection : ReadOnlyCollectionBase | 
| Visual Basic (Declaration) | 
|---|
| Public Class TemperatureSensorSensorCollection _ Inherits ReadOnlyCollectionBase | 
| Visual C++ | 
|---|
| public ref class TemperatureSensorSensorCollection : public ReadOnlyCollectionBase | 
 Remarks
Remarks
            This class contains the count of the available thermocouple sensors and the thermocouple indexer to access the thermocouple sensors.  Currently, only one is supported.
            
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.TemperatureSensorSensorCollection
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.TemperatureSensorSensorCollection





