Exemplo n.º 1
0
  public int getDataBits() throws ACBrException {

    int ret = ACBrDeviceInterop.INSTANCE.DEV_GetDataBits(getHandle());
    checkResult(ret);

    return ret;
  }