Programming with Reflection
WRQFrameTerminator property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) which character comes at the end of a file transfer packet. This character causes a host read operation to complete.
If WRQFastFileTransfer is True, Reflection attempts to do fast file transfers. If a fast file transfer takes place, the WRQFrameTerminator property is ignored.
This property is relevant only for transfers that use the WRQ/Reflection protocol.
The default value is a carriage return, represented in Basic as Chr$(rcCR).
The value can be any control character with an ASCII value of less than 32that is, Chr$(0) through Chr$(31)or the open parenthesis character. It is recommended that you not set this property to Chr$(rcNUL), Chr$(rcSTX), Chr$(rcDC1), Chr$(rcDC3), or Chr$(rcEM).