Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
SetReceiveEol(eol_sequence As String)
Sets the EOL sequence to detect when receiving the stream. The default value is CR (ASCII value 13). sequence that will signify the end of line and cause a roStreamLineEvent to be delivered to the message port set by SetLineEventPort. If you need to set this value to a non-printing character, use the use the chr()
global function or an roByteArray. If the sequence contains NUL bytes it must be passed as an roByteArray since strings may not contain NUL bytes.
SetMatcher(matcher As Object) As Boolean
...