문제

Going by the Mono site, the externalAccessory API is available on Mono somewhere... but I can't work out what to include to get access to it from Xamarin.

I am working on Xamarin.Mac in C#.

What do I need to add to my project references, and what "using... " statement do I need, to be able to use the ExternalAccessory API?

도움이 되었습니까?

해결책

Does the ExternalAccessory API exist for OS X? I don't think so. The only references I can find from Apple discuss it as an iOS framework.

Additionally, it is available in Xamarin.iOS but not in Xamarin.Mac.

I suspect the reference to it on the page you cite is an error by copy-and-paste.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top