Example #1
0
 [DllImport(Abci.Lib)] public static extern void aeSetConfig(IntPtr ctx, ref aeConfig conf);
Example #2
0
 public void SetConfig(ref aeConfig conf)
 {
     NativeMethods.aeSetConfig(self, ref conf);
 }