コード例 #1
0
  public int getStopBits() throws ACBrException {

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

    return ret;
  }