Returns the number of outputs.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public int Count { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property Count As Integer | 
| Visual C++ | 
|---|
| public: property int Count { int get (); } | 
 Remarks
Remarks
            These are the outputs provided by the terminal block. 
            Older RFID readers do not have these outputs, and this method will return 0.
            





