TReK Python  5.3.3
Telemetry/Command API
LengthParameterInfo Class Reference

Length parameter attributes. More...

Public Member Functions

def LengthParameterInfo ( PacketZoneType zone=PacketZoneType.HEADER_ZONE, int offset=0, int parent_start_bit=0 -> None  -> def  -> def ) -> def 
 Class initializer. More...
 

Public Attributes

 zone
 The zone containing the length parameter.
 
 offset
 The offset associated.
 
 parent_start_bit
 The offset associated.
 

Static Public Attributes

 PacketZoneType
 The zone containing the length parameter.
 
 int
 The offset associated.
 

Detailed Description

Length parameter attributes.

See also
packet.Packet.set_length_parameter()
packet.Packet.get_length_parameter_info()

Constructor & Destructor Documentation

◆ LengthParameterInfo()

(zone : PacketZoneType