| phid | An attached phidget interface kit handle. |
| count | The ditial input count. Gets the state of a digital input. |
| phid | An attached phidget interface kit handle. |
| index | The input index. |
| inputState | The input state. Possible values are PTRUE and PFALSE. Set a digital input change handler. This is called when a digital input changes. |
| phid | An attached phidget interface kit handle. |
| fptr | Callback function pointer. |
| userPtr | A pointer for use by the user - this value is passed back into the callback function. Gets the number of digital outputs supported by this board. |
| phid | An attached phidget interface kit handle. |
| count | The output count. Gets the state of a digital output. |
| phid | An attached phidget interface kit handle. |
| index | The output index. |
| outputState | The output state. Possible values are PTRUE and PFALSE. Sets the state of a digital output. |
| phid | An attached phidget interface kit handle. |
| index | The otuput index. |
| outputState | The output state. Possible values are PTRUE and PFALSE. Set a digital output change handler. This is called when a digital output changes. |
| phid | An attached phidget interface kit handle. |
| fptr | Callback function pointer. |
| userPtr | A pointer for use by the user - this value is passed back into the callback function. Gets the number of sensor (analog) inputs supported by this board. |
| phid | An attached phidget interface kit handle. |
| count | The sensor input count. Gets a sensor value (0-1000). |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| sensorValue | The sensor value. Gets a sensor raw value (12-bit). |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| sensorRawValue | The sensor value. Set a sensor change handler. This is called when a sensor value changes by more then the change trigger. |
| phid | An attached phidget interface kit handle. |
| fptr | Callback function pointer. |
| userPtr | A pointer for use by the user - this value is passed back into the callback function. Gets a sensor change trigger. |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| trigger | The change trigger. Sets a sensor change trigger. |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| trigger | The change trigger. Gets the ratiometric state for this board. |
| phid | An attached phidget interface kit handle. |
| ratiometric | The ratiometric state. Possible values are PTRUE and PFALSE. Sets the ratiometric state for this board. |
| phid | An attached phidget interface kit handle. |
| ratiometric | The ratiometric state. Possible values are PTRUE and PFALSE. Gets the Data Rate for an analog input. |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| milliseconds | Data rate in ms. Sets the Data Rate for an analog input. |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| milliseconds | Data rate in ms. Gets the maximum supported data rate for an analog input |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| max | Data rate in ms. Gets the minimum supported data rate for an analog input |
| phid | An attached phidget interface kit handle. |
| index | The sensor index. |
| min | Data rate in ms. |