예제 #1
0
 public int SearchStatus()
 {
     // send command and read recv buffer
     EMCL.ERAETech_EMCL_GetRefSearchStatus(m_nPort, Convert.ToByte(m_nModuleID));
     EMCL.ERAETech_EMCL_WaitAndGetReply(m_nPort, ref m_nRetValue);
     return(m_nRetValue);
 }