QMI.UserIdentity.parse_iccid

You're seeing just the function parse_iccid, go back to QMI.UserIdentity module for more information.

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"