예제 #1
0
 public static extern int maCli_AsynMonitorGetReply2(IntPtr Handle, ref ST_MACLI_ASYNCALL AsynCall,
                                                     out IntPtr AnsData, out int AnsDataLen);
예제 #2
0
 public static extern int maCli_AsynGetReply(IntPtr Handle, out ST_MACLI_ASYNCALL AsynCall);
예제 #3
0
 public static extern int maCli_AsynMonitorCall2(IntPtr Handle, ref ST_MACLI_ASYNCALL AsynCall,
                                                 byte[] ReqData, int ReqDataLen);
예제 #4
0
 public static extern int maCli_AsynCall(IntPtr Handle, ref ST_MACLI_ASYNCALL AsynCall);