I want to use hiddev from C# (or anything else that will allow me to use HID in C# on linux if there is something else). However, hiddev.h contains mostly macros and a couple of structs.
Which file can I DllImport to use hiddev and how would I go about converting this C into C#? struct hiddev_devinfo device_info; ioctl(fd, HIDIOCGDEVINFO, &device_info); -- View this message in context: http://www.nabble.com/hiddev-in-C--tf4783618.html#a13685154 Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
