asio C++ library

PrevUpHomeNext

serial_port_service::cancel

Cancel all asynchronous operations associated with the handle.

asio::error_code cancel(
    implementation_type & impl,
    asio::error_code & ec);

PrevUpHomeNext