smartinspectpython.sipackettype
Module: sipackettype.py
Revision History
Date | Version | Description |
---|---|---|
2023/05/30 | 3.0.0.0 | Initial Version. |
Represents the type of a packet. In the SmartInspect concept, there are multiple packet types each serving a special purpose. For a good starting point on packets, please have a look at the documentation of the SIPacket class.
Identifies a packet as Control Command. Please have a look at the documentation of the SIControlCommand class for more information about this packet type.
Identifies a packet as Log Entry. Please have a look at the documentation of the SILogEntry class for information about this packet type.
Identifies a packet as Watch. Please have a look at the documentation of the SIWatch class for information about this packet type.
Identifies a packet as Process Flow entry. Please have a look at the documentation of the SIProcessFlow class for information about this packet type.
Identifies a packet as Log Header. Please have a look at the documentation of the SILogHeader class for information about this packet type.