I am using Xamarin binding project and objective sharpie, to bind an objective-c library from this SDK:
http://redpark.com/lightning-ethernet-plus-power-adapter-cable-l4-netp/
I have already had success in binding and using the similar Seriel SDK. But when I try binding the ethernet SDK I get:
"The type or namespace name 'sockaddr' could not be found. Are you missing a using directory or an assembly reference?"
sockaddr is defined in sys/socket.h
The same goes for following structs: 'fd_set' defined in _fd_def.h and 'timeval' defined in _timeval.h
How do I get it to recognize these structs? Has anybody had success binding the Redpark Ethernet SDK?
My binding project is available here: https://github.com/advcv/redpark.blastclient.binding