QMI.Codec.UserIdentity (qmi v0.10.1)

View Source

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

read_transparent_response()

@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

read_transparent(file_id, file_path)

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

Read any transparent file in the card and access by path