FeatureSpecificFields
- class mtf.diag_port.sfa.sfa_manager.FeatureSpecificFields
Feature-specific field of a token.
- __init__(token_bytes: str, offset: int)
Create a new instance using the given parameters.
- Args:
token_bytes (str): The token values. offset (int): The offset to start interpreting the value from.
- Returns:
FeatureSpecificFields: The newly created instance.