libosmosim 1.11.0.28-368d5.202505172026
Osmocom SIM library
Loading...
Searching...
No Matches
osim_file_ops Struct Reference

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.
 
struct msgb *(* encode )(const struct osim_file_desc *desc, const struct osim_decoded_data *decoded)
 Encode osim_decoded_data into binary file.
 

Detailed Description

Operations for a given File.

Field Documentation

◆ encode

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.

Referenced by osim_file_encode().

◆ parse

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.

Referenced by osim_file_decode().


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