Exemplo n.º 1
0
  public void setStopBits(int value) throws ACBrException {

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