Returns and removes a stream of data from the receive buffer. This property is not available at design time and is read-only at run time.
object.Input
The parts of the Input property syntax are described in the following table.
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
The InputLen property determines the number of characters that are read by the Input property. Setting InputLen to 0 causes the Input property to read the entire contents of the receive buffer.
The InputMode property determines the type of data that is retrieved with the Input property. If InputMode is set to 0, then the Input property returns text data in a Variant. If InputMode is 1, then the Input property returns binary data in an array of bytes in a Variant.
Variant