TReK Python
5.3.3
Telemetry/Command API
|
Identifier parameter attributes. More...
Public Member Functions | |
def | IdentifierInfo ( PacketZoneType zone=PacketZoneType.HEADER_ZONE, IdentifierType id_type=IdentifierType.FIXED_VALUE_IDENTIFIER, bool has_default=False, int default=0, bool has_expected=False, int expected=0, int parent_start_bit=0 -> None -> def -> def ) -> def |
Class initializer. More... | |
Public Attributes | |
zone | |
The zone containing the length parameter. | |
id_type | |
The type of identifier. | |
has_default | |
If has_default_value. More... | |
default | |
Only valid if has_default_value=true. | |
has_expected | |
If true, the expected_value is valid. | |
expected | |
Only valid if has_expected_value=true. | |
parent_start_bit | |
The start bit of the parameter's parent (return only). | |
Static Public Attributes | |
PacketZoneType | |
The zone containing the length parameter. | |
IdentifierType | |
The type of identifier. | |
bool | |
If has_default_value. More... | |
int | |
Only valid if has_default_value=true. More... | |
Identifier parameter attributes.
( | zone | : PacketZoneType |