|
WriteSIO
|
|
| pOutput [in]
|
| The output string
|
| Timeout [in]
|
| The timeout in milliseconds. The function will try to write the data to the serial device for the specified period of time. If the data could not be written within that time, the timeout error flag will be raised. If this parameter is omitted, the timeout will never occur.
|
|
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| E_INVALIDARG
|
| Invalid input argument.
|
|
|