NeKernel dev
Loading...
Searching...
No Matches
LTE.h File Reference
#include <NeKit/Defines.h>
#include <NeKit/KString.h>

Go to the source code of this file.

Functions

Kernel::Boolean lte_turn_on_sim (Kernel::Int32 simSlot)
 Long Term Evolution I/O routines.
Kernel::Boolean lte_turn_off_sim (Kernel::Int32 simSlot)
 Turn off SIM slot.
Kernel::Boolean lte_send_at_command (Kernel::Char *buf, Kernel::Size bufReadSz, Kernel::Int32 simSlot)
 Send AT command.
Kernel::Boolean lte_write_sim_file (Kernel::Char *file, Kernel::VoidPtr buf, Kernel::Size bufSz, Kernel::Size offset, Kernel::Int32 simSlot)
Kernel::VoidPtr lte_read_sim_file (Kernel::Char *file, Kernel::Size bufSz, Kernel::Size offset, Kernel::Int32 simSlot)

Function Documentation

◆ lte_read_sim_file()

Kernel::VoidPtr lte_read_sim_file ( Kernel::Char * file,
Kernel::Size bufSz,
Kernel::Size offset,
Kernel::Int32 simSlot )

◆ lte_send_at_command()

Kernel::Boolean lte_send_at_command ( Kernel::Char * buf,
Kernel::Size bufReadSz,
Kernel::Int32 simSlot )

Send AT command.

◆ lte_turn_off_sim()

Kernel::Boolean lte_turn_off_sim ( Kernel::Int32 simSlot)

Turn off SIM slot.

◆ lte_turn_on_sim()

Kernel::Boolean lte_turn_on_sim ( Kernel::Int32 simSlot)

Long Term Evolution I/O routines.

Turn on SIM slot.

◆ lte_write_sim_file()

Kernel::Boolean lte_write_sim_file ( Kernel::Char * file,
Kernel::VoidPtr buf,
Kernel::Size bufSz,
Kernel::Size offset,
Kernel::Int32 simSlot )