public static extern Result GetDAQChannelProperties([In, Out] ref DAQChannel DAQChannelProperties);
 public static extern Result AddDAQChannel(uint DAQHandle, uint signalHandle, [In, Out] ref DAQChannel DAQChannelProperties);
 public static extern Result SetDAQChannelProperties([In] ref DAQChannel DAQChannelProperties);