|
ReadSIO
|
|
| Count [in]
|
| The number of characters to read. If the amount of characters in the receive buffer is less than this parameter, ActiveDcam will keep checking the buffer until the timeout occurs.
|
| Timeout [in]
|
| The maximum time to wait for data in the receive buffer, in milliseconds. If this parameter is omitted, the method will return immediately.
|
| pInput [out,retval]
|
| String containing the data from the receive buffer. If the timeout occurs, the string will be empty.
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| E_INVALIDARG
|
| Invalid input argument.
|
|
|