Indicates how trace buffer treats data written to it: In bytestream mode no structure is imposed on written data, buffer will get completely filled up if enough data is written. Data overwrite is done byte-by-byte. Mode message keeps the data structure in messages as passed down to the trace buffer and allows for reading them back in same portions as written. Mode message-per-session treats any data written to trace buffer between opening and closing it as one message. Variable is meaningless as long as variable trcBufOperation is set to unused. NOTE: modes message and message-per-session only reflect the last state; it depends on the application(s) writing to the trace buffer in which mode it is used, so this variable can toggle between these two states over time. Enumerations: - bytestream (1)
- message (2)
- message-per-session (3)
|