I am wrapping this c library:

http://www.ftdichip.com/Support/Documents/ProgramGuides/D2XX_Programmer's_Guide(FT_000071).pdf

The function FT_SetEventNotification requires passing a handle to an event. 
 The closest thing I see in julia is a Condition().  Would it make sense to 
pass a pointer to a condition to this function?  What is the proper way to 
handle this?

Thanks,
Chris

Reply via email to