Example #1
0
 /// <summary>
 /// 关闭端口
 /// </summary>
 private static short IC_ExitComm(int icdev)
 {
     return(Dcrf32.dc_exit(icdev));
 }