GoFiler Complete

GoFiler Script Reference

 

Legato v 1.0s

Application v 4.18dd

  

 

Chapter TwelveInternet Functions (continued)

SerialRxSetTimeout Function‡

Overview

The SerialRxSetTimeout function sets the timeout or wait valid for a received character [buffer].

Syntax/Parameters

Syntax

int = SerialRxSetTimeout ( handle hSerial, int ms );

Parameters

hSerial

A handle to a Serial Port Object.

Return Value

Returns ERROR_NONE or a formatted error code on failure. Use the GetLastError to retrieve a formatted error code.

Related Functions