[Mono-list] hiddev in C#

ghell ghelyar at gmail.com
Sat Nov 10 14:34:34 EST 2007


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.



More information about the Mono-list mailing list