Exemplo n.º 1
0
  public void setSoftFlow(boolean value) throws ACBrException {

    int ret = ACBrDeviceInterop.INSTANCE.DEV_SetSoftFlow(getHandle(), value);
    checkResult(ret);
  }