Page 1 of 1

Please add Key property to C# library

Posted: Wed Dec 14, 2022 12:54 pm
by cvboucher
I noticed the JavaScript Phidget API has a key property that "Gets a key which identifies this device or channel uniquely. This can be useful for correlating attach/detach events from the Manager."

Any chance this could be added to the C# API as well?

Thanks,
Craig

Re: Please add Key property to C# library

Posted: Wed Dec 14, 2022 1:03 pm
by Patrick
You can use .ToString() to get a unique string that identifies the channel.

-Patrick