I/O Constants
I/O constants are referenced inside the I/O module.
For the .NET library, these constants are defined in the IOConstants class.
Constant |
Type |
Value |
Description |
|---|---|---|---|
int |
256 |
The maximum number of contiguous segments of the I/O space for which log data can be collected at one time. |
|
int |
100 |
The maximum number of contiguous segments of the I/O space for which formatted log data can be collected at one time. |
|
int |
128 |
The maximum number of I/O input bytes that can be retrieved at one time using a derived class of LogOutput class. A byte is fully counted toward this limit even if only one bit of the byte is logged. |
|
int |
128 |
The maximum number of I/O output bytes that can be retrieved at one time using a derived class of LogOutput class. A byte is fully counted toward this limit even if only one bit of the byte is logged. |