ValidityCondition
- class mtf.diag_port.sfa.sfa_manager.ValidityCondition
Represent the validity condition of the token.
- __init__(token_bytes: str, offset: int)
Create a new instance using the given parameters.
- Args:
token_bytes (str): The token value(s). offset (int): The offset where to start parsing the data.
- Returns:
ValidityCondition: The newly created instance.