Serial Framework C++ Edition

◆ SetTimeouts()

int SetTimeouts ( const wclSerialTimeouts Timeouts) const

Sets the serial port timeouts.

Parameters
TimeoutsThe new serial port timeouts.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

It is recommended to read default/current timeouts fires by calling the GetTimeouts method.

See also
wclSerialTimeouts