Exemplo n.º 1
0
 /// <summary>
 /// 读设备硬件版本号
 /// </summary>
 private static int IC_ReadVer(int icdev, byte[] Databuffer)
 {
     return(Dcrf32.dc_getver(icdev, Databuffer));
 }