libosmosim 1.9.0.209-e0c63
Osmocom SIM library
osim_file Struct Reference

A single instance of a file: Descriptor and contents. More...

#include <sim.h>

Data Fields

const struct osim_file_descdesc
 Descriptor for the file. More...
 
struct msgbencoded_data
 Encoded file contents. More...
 
struct osim_decoded_datadecoded_data
 Parsed/Decoded file contents. More...
 

Detailed Description

A single instance of a file: Descriptor and contents.

Field Documentation

◆ decoded_data

struct osim_decoded_data* osim_file::decoded_data

Parsed/Decoded file contents.

◆ desc

const struct osim_file_desc* osim_file::desc

Descriptor for the file.

◆ encoded_data

struct msgb* osim_file::encoded_data

Encoded file contents.


The documentation for this struct was generated from the following file: