Esempio n. 1
0
 public static uint SR_Init(Form f, int mode, int port)
 {
     parent             = f;
     pExpectionCallBack = new DelegateExpectionCallBack(fExpectionCallBack);
     _SR_SetExceptionCallBack(pExpectionCallBack);
     return(_SR_Init((UInt32)mode, (UInt32)port));
 }
Esempio n. 2
0
 private static extern UInt32 _SR_SetExceptionCallBack(DelegateExpectionCallBack pCallBack);