Search Results

by Nadav
Fri Jan 13, 2017 2:17 am
Forum: Python
Topic: OnChange fired for every I/O during Phidget Load
Replies: 1
Views: 3239

OnChange fired for every I/O during Phidget Load

Is the InputChanged handler meant to be fired for *every* input after the phidget is opened? Per the code below, once the phidget is loaded, interfaceKitInputChanged() is called for each input, and interfaceKitOutputChanged() is called for each output. Is this the intended behavior? kit = InterfaceK...