示例#1
0
 public bool SlaverBufHndl(byte[] buf)
 {
     mClient.Close();
     mClient = null;
     return(false);
 }
示例#2
0
 private void SlaverReport(Object threadContext)
 {
     mClient = new Client2(SlaverBufHndl, ClientMsgPrep, false);
     mClient.ConnectWR();
 }