asio C++ library

PrevUpHomeNext

serial_port::~serial_port

Destroys the serial port.

~serial_port();

This function destroys the serial port, cancelling any outstanding asynchronous wait operations associated with the serial port as if by calling cancel.


PrevUpHomeNext