smartinspectpython.sipackettype

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.

ControlCommand = <SIPacketType.ControlCommand: 1>

Identifies a packet as Control Command. Please have a look at the documentation of the SIControlCommand class for more information about this packet type.

LogEntry = <SIPacketType.LogEntry: 4>

Identifies a packet as Log Entry. Please have a look at the documentation of the SILogEntry class for information about this packet type.

Watch = <SIPacketType.Watch: 5>

Identifies a packet as Watch. Please have a look at the documentation of the SIWatch class for information about this packet type.

ProcessFlow = <SIPacketType.ProcessFlow: 6>

Identifies a packet as Process Flow entry. Please have a look at the documentation of the SIProcessFlow class for information about this packet type.

LogHeader = <SIPacketType.LogHeader: 7>

Identifies a packet as Log Header. Please have a look at the documentation of the SILogHeader class for information about this packet type.