Esempio n. 1
0
 [DllImport("abci")] static extern void aeSetConfig(IntPtr ctx, ref aeConfig conf);
Esempio n. 2
0
 [DllImport("abci")] public static extern void        aeSetConfig(aeContext ctx, ref aeConfig conf);
Esempio n. 3
0
 public void SetConfig(ref aeConfig conf)
 {
     aeSetConfig(self, ref conf);
 }