Search found 2 matches

by nebruin
Sat Jul 10, 2010 8:43 pm
Forum: SUB-20 General Discussion
Topic: C# sub_find_devices
Replies: 3
Views: 12732

Re: C# sub_find_devices

Thanks for the reply, but in the C# library that function is not exposed. Here is the output from the metadata from the assembly. public Sub20(); public bool ADC_Read(Array data, Array mux); public bool ADC_Read_r(ref Array data, Array mux); public bool ADC_SetConfig(int flags); public bool ADC_Sing...
by nebruin
Sun Jul 04, 2010 4:49 am
Forum: SUB-20 General Discussion
Topic: C# sub_find_devices
Replies: 3
Views: 12732

C# sub_find_devices

I've been looking through the documentation for the Sub-20 device, and I see a function called sub_find_devices listed in the manual, but I can't seem to find this anywhere in the C# assemblies. Is this function exposed in the C# libraries?

Thanks.