smartinspectpython.sibinaryviewercontext
Represents the binary viewer in the Console which can display binary data in a read-only hex editor.
The binary viewer in the Console interprets the Log Entry Data as binary data and displays it in a read-only hex editor.
You can use the SIBinaryViewerContext class for creating custom log methods around SISession.LogCustomContext(string, SILogEntryType, SIViewerContext) for sending custom binary data.
Threadsafety:
This class is not guaranteed to be thread-safe.