For a list of all members of this type, see IMessageBasedFormattedIO members.
Public Properties
| | Name | Description |
 | BinaryEncoding |
The binary encoding used by formatted I/O WriteBinaryBlock and ReadBinaryBlock methods
to determine the array format.
|
 | ReadBufferSize |
The size of the formatted I/O read buffer. This controls only the formatted I/O read
buffer (the in-memory buffer used for storing data from the instrument before parsing
it), not any kernel-mode device I/O buffers.
|
 | TypeFormatter |
A reference to an object that formats object values into a string equivalent (for
Printf) and vice versa (for Scanf). This property must be set before the call to Printf
or Scanf that expects to use it.
|
 | WriteBufferSize |
The size of the formatted I/O write buffer. This controls only the formatted I/O write
buffer (the in-memory buffer used for storing data to the instrument after formatting
it), not any kernel-mode device I/O buffers.
|
Top
See Also