Programming with Reflection

image\rwnprg32.gif BlockTransferUnit property

 

Syntax

object.BlockTransferUnit
object.BlockTransferUnit = Value

Works with

image\r1.gif

Data type

Enumeration

 

Description

If Reflection is operating in block mode, a block of one or more characters is transmitted when you press Enter or when the host requests a block transfer from terminal memory. This property returns (first syntax line) or specifies (second syntax line) how much data Reflection transmits on each block transfer.

Values

The default value is rcLine.

rcLine Data is transmitted one line at a time, or one field at a time in format mode.

rcPage Data is transmitted one page at a time.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property