ReadUntil(String,Int32,ReadOption,String) Method
In This Topic
Read data from the host until one of the specified terminator characters is received. The terminator character is not included in the returned string.
Syntax
Parameters
- terminatorChars
- Specifies one or more terminator characters. Any one of these characters can terminate the read operation.
- timeout
- Time in seconds to wait for terminator character. The range of valid values is 0 through 99.
- option
- Additional read options.
- whichEndChar
- The specific terminator character that terminated the read.
See Also