Search Results

by TriviumDeveloper
Tue Mar 24, 2020 2:45 pm
Forum: C#.NET
Topic: Get the number of Digital Input channels
Replies: 2
Views: 11713

Re: Get the number of Digital Input channels

mparadis wrote:You could use the Phidget Manager to get a list of all available channels, and then use the serial number and channel class to pick out all of the channels from a single device.
Yep this is what I was looking for. Thanks!
by TriviumDeveloper
Tue Mar 24, 2020 1:37 pm
Forum: C#.NET
Topic: Get the number of Digital Input channels
Replies: 2
Views: 11713

Get the number of Digital Input channels

I'm trying to figure out how to get the number of Digital Inputs (and in a similar fashion, the number of Digital Outputs) that are available. In Phidget21, if you were using the InterfaceKit you could get the count via the InterfaceKitDigitalInputCollection.count member. You could then loop over th...