Esempio n. 1
0
 public static bool GetDUOCalibrationPresent(IntPtr duo, ref bool val)
 {
     return(DUOLibInternal.DUOGetCalibrationPresent(duo, ref val));
 }