FeatureId

class mtf.diag_port.sfa.sfa_manager.FeatureId

Feature ID structure of a secure token.

The FeatureId structure provides the value, type, subtype, and application number of a secure token feature.

__init__(feature_id_bytes: str)

Create a new instance with the given feature ID.

Args:

feature_id_bytes (str): The feature ID.

Returns:

FeatureId: The newly created instance.

property value

Get the feature ID value.

Returns:

int: The feature ID value.

property type

Get the feature ID type.

Returns:

int: The feature ID type.

property subtype

Get the feature ID subtype.

Returns:

int: The feature ID subtype.

property no

Get the feature ID app number.

Returns:

int: The feature ID application number.