Esempio n. 1
0
 public static extern int SetScanPointsX(HCONFIG pConfig, UInt16 x);
Esempio n. 2
0
 public static extern UInt16 GetScanPointsX(HCONFIG pConfig);
Esempio n. 3
0
 public static extern int SetScanStartegy(HCONFIG pConfig, UInt16 strategy);
Esempio n. 4
0
 public static extern UInt16 GetScanStrategy(HCONFIG pConfig);
Esempio n. 5
0
 public static extern int SetScanMode(HCONFIG pConfig, UInt16 mode);
Esempio n. 6
0
 public static extern UInt16 GetScanMode(HCONFIG pConfig);
Esempio n. 7
0
 public static extern int SetCrsAmplitude(HCONFIG pConfig, float amplitude);
Esempio n. 8
0
 public static extern float GetCrsAmplitude(HCONFIG pConfig);
Esempio n. 9
0
 public static extern int SetPmtGain(HCONFIG pConfig, UInt16 id, float gain);
Esempio n. 10
0
 public static extern float GetPmtGain(HCONFIG pConfig, UInt16 id);
Esempio n. 11
0
 public static extern float GetLaserPower(HCONFIG pConfig, UInt16 id);
Esempio n. 12
0
 public static extern int SetLaserPower(HCONFIG pConfig, UInt16 id, float power);
Esempio n. 13
0
 public static extern UInt16 GetLaserSwitch(HCONFIG pConfig, UInt16 id);
Esempio n. 14
0
 public static extern int SetLaserSwitch(HCONFIG pConfig, UInt16 id, UInt16 status);
Esempio n. 15
0
 public static extern UInt16 GetHoleSize(HCONFIG pConfig);