IDBPacketTypeInfo#
- class stixcore.idb.idb.IDBPacketTypeInfo(*, PID_SPID, PID_DESCR, PID_TPSD)[source]#
Bases:
SimpleNamespaceA class to represent descriptive information for a idb packet type.
- PID_SPID#
SCOS-2000 Telemetry Packet Number. Unsigned integer number in the range (1….2^32-1) (note that zero is not allowed).
- Type:
- PID_TPSD#
SCOS-2000 Telemetry Packet Structure Definition. This field is only used by the Variable Packets Display application. It has to be set to
-1for packets which are not defined in the VPD table and thus are not required to be processed by the Variable PacketsDisplay. If not set to –1, unsigned integer number in the range (1….2^31-1) (note that zero is not allowed).- Type:
int:
Methods Summary
Is the telemetry packet of variable length.
Methods Documentation