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