|
libosmosim 1.11.0.52-28973f
Osmocom SIM library
|
Operations for a given File. More...
#include <sim.h>
Data Fields | |
| int(* | parse )(struct osim_decoded_data *dd, const struct osim_file_desc *desc, int len, uint8_t *data) |
| Parse binary file data into osim_decoded_data. More... | |
| struct msgb *(* | encode )(const struct osim_file_desc *desc, const struct osim_decoded_data *decoded) |
| Encode osim_decoded_data into binary file. More... | |
Operations for a given File.
| struct msgb *(* osim_file_ops::encode) (const struct osim_file_desc *desc, const struct osim_decoded_data *decoded) |
Encode osim_decoded_data into binary file.
| int(* osim_file_ops::parse) (struct osim_decoded_data *dd, const struct osim_file_desc *desc, int len, uint8_t *data) |
Parse binary file data into osim_decoded_data.