Ejemplo n.º 1
0
 public static extern _LTRNative.LTRERROR LTR51_Init(ref TLTR51 module);
Ejemplo n.º 2
0
 public static extern uint LTR51_CalcTimeOut(ref TLTR51 module, int n);
Ejemplo n.º 3
0
 public static extern _LTRNative.LTRERROR LTR51_EvaluateFrequencies(ref TLTR51 module);
Ejemplo n.º 4
0
 public static extern _LTRNative.LTRERROR LTR51_ProcessData(ref TLTR51 module, uint [] src, uint [] dest, double [] Frequency, ref int size);
Ejemplo n.º 5
0
 public static extern _LTRNative.LTRERROR LTR51_GetThresholdVals(ref TLTR51 module, int LChNumber,
                                                                 double [] HighThreshold, double [] LowThreshold, int ThresholdRange);
Ejemplo n.º 6
0
 public static extern _LTRNative.LTRERROR LTR51_Config(ref TLTR51 module);
Ejemplo n.º 7
0
 public static extern _LTRNative.LTRERROR LTR51_Recv(ref TLTR51 module, uint [] data, uint [] tmark, uint size, uint timeout);
Ejemplo n.º 8
0
 public static extern _LTRNative.LTRERROR LTR51_ReadEEPROM(ref TLTR51 module, int Address, byte[] val);
Ejemplo n.º 9
0
 public static extern _LTRNative.LTRERROR LTR51_WriteEEPROM(ref TLTR51 module, int Address, byte val);
Ejemplo n.º 10
0
 public static extern _LTRNative.LTRERROR LTR51_IsOpened(ref TLTR51 module);
Ejemplo n.º 11
0
 public _ltr51api()
 {
     module = NewTLTR51;
 }
Ejemplo n.º 12
0
 public static extern _LTRNative.LTRERROR LTR51_Open(ref TLTR51 module, uint net_addr, ushort net_port,
                                                     char[] crate_sn, int slot_num, char [] ttf);