View Source QMI.Codec.UserIdentity (qmi v0.10.0)
Codec for making user identity service requests
Summary
Types
The response from issuing a read transparent request
Functions
Read any transparent file in the card and access by path
Types
@type read_transparent_response() :: %{ sw1_result_code: non_neg_integer() | nil, sw2_result_code: non_neg_integer() | nil, read_result: binary() | nil }
The response from issuing a read transparent request
Functions
@spec read_transparent(non_neg_integer(), non_neg_integer()) :: QMI.request()
Read any transparent file in the card and access by path