smartinspectpython.sibinaryviewercontext

Module: sibinaryviewercontext.py

Revision History

Date Version Description
2023/05/30 3.0.0.0 Initial Version.

@export
class SIBinaryViewerContext(smartinspectpython.sibinarycontext.SIBinaryContext):

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.

SIBinaryViewerContext()

Initializes a new instance of the class with a Binary SIViewerId value.