Logo
Telescience Resource Kit
TReK Python  5.4.0 ART
LengthParameterInfo Class Reference

Length parameter attributes. More...

Public Member Functions

def LengthParameterInfo ( PacketZoneType zone=PacketZoneType.HEADER_ZONE, int offset=0, None: int parent_start_bit=0 ->) -> 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  
offset : int  
parent_start_bit : int  
) -> None

Class initializer.

Parameters
[in]zoneThe zone containing the length parameter.
[in]offsetThe offset associated.
[in]parent_start_bitStart bit of the parameter's parent (return only).