QMI.UserIdentity (qmi v0.6.4) View Source

Provides commands related to the user identity service

Link to this section Summary

Functions

Parse a raw binary ICCID

Send a request to read a transparent file

Link to this section Functions

Specs

parse_iccid(binary()) :: binary()

Parse a raw binary ICCID

Call read_transparent/3 to get the raw binary CCID.

Examples

iex> raw_binary = <<0x64, 0x73, 0x3, 0x4, 0x0, 0x0, 0x10, 0x52, 0x70, 0x20>> iex> QMI.UserIdentity.parse_iccid(raw_binary) "46373040000001250702"

Link to this function

read_transparent(qmi, file_id, file_path)

View Source

Specs

Send a request to read a transparent file