TReK Python
5.3.3
Telemetry/Command API
|
Checksum Parameter attributes. More...
Public Member Functions | |
def | ChecksumParameterInfo ( PacketZoneType zone, PacketChecksumPointType start_point, int start_offset, PacketChecksumPointType end_point, int end_offset, PacketChecksumType checksum_type -> None -> def -> def ) -> def |
Class initializer. More... | |
Public Attributes | |
zone | |
The zone of the packet where the counter can be found. | |
start_point | |
The start point for the checksum. More... | |
start_offset | |
The offset from the specified start_point. More... | |
end_point | |
The end point for the checksum. More... | |
end_offset | |
The offset from the specified end_point. More... | |
checksum_type | |
The type of checksum to be performed. More... | |
Checksum Parameter attributes.
( | zone | : PacketZoneType |