View Source QMI.Codec.UserIdentity (qmi v0.8.5)

Codec for making user identity service requests

Link to this section Summary

Types

The response from issuing a read transparent request

Functions

Read any transparent file in the card and access by path

Link to this section 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

Link to this section 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