Hi,
I've tried using David Sandor's Linea Pro bindings[1] but some functions seem
wrong or missing, in particular those related to sound. For example, the Linea
Pro docs have:
- (void) playSound:
(int)
volume
beepData:
(int *)
data
length:
(int)
length
David's binding has this:
[Export("playSound:beepData:length")]
void PlaySound(int volume, int data, int length);
According to the docs, beepData should be an array of ints, and length is the
length in bytes of the beepData array. Is his binding right? If so how do I
pass an array of ints as a pointer?
Or is his binding wrong?
Dino
[1]
http://blog.davidsandor.com/post/2011/01/05/iPhone-iTouch-barcode-scanning-Hello-World-application-with-MonoTouch-and-LineaSDK.aspx
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch