Пример #1
0
 internal static extern int GetActualProfile(uint pLLT, byte[] pBuffer, int nBuffersize,
                                             TProfileConfig ProfileConfig, ref uint pLostProfiles);
Пример #2
0
 internal static extern int ConvertProfile2Values(uint pLLT, byte[] pProfile, uint nResolution,
                                                  TProfileConfig ProfileConfig, TScannerType ScannerType, uint nReflection, int nConvertToMM,
                                                  ushort[] pWidth, ushort[] pMaximum, ushort[] pThreshold, double[] pX, double[] pZ,
                                                  uint[] pM0, uint[] pM1);
Пример #3
0
 internal static extern int SetProfileConfig(uint pLLT, TProfileConfig Value);
Пример #4
0
 public static extern short GT_GetProfileConfig(short cardNum, short profile, out TProfileConfig pProfile);
Пример #5
0
 public static extern short GT_SetProfileConfig(short cardNum, short profile, ref TProfileConfig pProfile);
Пример #6
0
 public static extern short API_GetProfileConfig(short profile, ref TProfileConfig pProfile, short boardNum);