clearBuffer

Clears all bytes from the buffer to store the incoming data.

UART.swift:192
@discardableResult func clearBuffer() -> Result<(), Errno>

Returns

Whether the configuration succeeds. If not, it returns the specific error.