SequenceFlag#

class stixcore.tmtc.packets.SequenceFlag(value)[source]#

Bases: IntEnum

Enum class for the packet sequence flag.

Attributes Summary

FIRST

The First package in a sequence.

LAST

The Last packet in a sequence.

MIDDLE

Continouse packages in a sequence.

STANDALONE

A singleton standalone package.

Attributes Documentation

FIRST = 1#

The First package in a sequence. More to come.

LAST = 2#

The Last packet in a sequence. No more to come.

MIDDLE = 0#

Continouse packages in a sequence. More to come.

STANDALONE = 3#

A singleton standalone package. No sequence at all.