Exemplo n.º 1
0
 /// <summary>
 /// 종료 함수
 /// </summary>
 /// <returns>종료 성공여부</returns>
 public bool Close()
 {
     EMCL.ERAETech_EMCL_CloseComm(-1);//해당포트를 닫는다 -1 이면 모든 포트 닫음.
     return(true);
 }
Exemplo n.º 2
0
 public bool ComClose(string strCom)
 {
     EMCL.ERAETech_EMCL_CloseComm(-1);
     return(true);
 }