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

Link to this type

read_transparent_response()

View Source
@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

Link to this function

read_transparent(file_id, file_path)

View Source
@spec read_transparent(non_neg_integer(), non_neg_integer()) :: QMI.request()

Read any transparent file in the card and access by path