asio C++ library

PrevUpHomeNext

basic_serial_port::cancel

Cancel all asynchronous operations associated with the serial port.

void cancel();
  » more...

void cancel(
    asio::error_code & ec);
  » more...

PrevUpHomeNext