RockBLOCK 9704 C Library
Doxygen documentation for the RockBLOCK 9704 C Library.
Loading...
Searching...
No Matches
Macros | Functions
jspr_command.h File Reference
#include "jspr.h"
#include "crossplatform.h"
#include <stdbool.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COMMAND_MAX_LEN   2048U
 

Functions

bool jsprGetApiVersion (void)
 
bool jsprPutApiVersion (const jsprDottedVersion_t *apiVersion)
 
bool jsprGetSimInterface (void)
 
bool jsprPutSimInterface (const char *iface)
 
bool jsprGetOperationalState (void)
 
bool jsprPutOperationalState (const char *state)
 
bool jsprPutMessageOriginate (const uint16_t topic, const size_t length)
 
bool jsprPutMessageOriginateSegment (jsprMessageOriginate_t *messageOriginate, const size_t segmentLength, uint32_t segmentStart, const char *data)
 
bool jsprGetSignal (void)
 
bool jsprGetMessageProvisioning (void)
 
bool jsprGetHwInfo (void)
 
bool jsprGetFirmware (const jsprBootSource_t slot)
 
bool jsprPutFirmware (const jsprBootSource_t slot)
 
bool jsprGetSimStatus (void)
 
bool jsprPutServiceConfig (const bool resync)
 
bool putSimInterface (availableSimInterfaces_t iface)
 
bool putOperationalState (availableOperationalStates_t state)
 

Macro Definition Documentation

◆ COMMAND_MAX_LEN

#define COMMAND_MAX_LEN   2048U

Function Documentation

◆ jsprGetApiVersion()

bool jsprGetApiVersion ( void  )

◆ jsprGetFirmware()

bool jsprGetFirmware ( const jsprBootSource_t  slot)

◆ jsprGetHwInfo()

bool jsprGetHwInfo ( void  )

◆ jsprGetMessageProvisioning()

bool jsprGetMessageProvisioning ( void  )

◆ jsprGetOperationalState()

bool jsprGetOperationalState ( void  )

◆ jsprGetSignal()

bool jsprGetSignal ( void  )

◆ jsprGetSimInterface()

bool jsprGetSimInterface ( void  )

◆ jsprGetSimStatus()

bool jsprGetSimStatus ( void  )

◆ jsprPutApiVersion()

bool jsprPutApiVersion ( const jsprDottedVersion_t apiVersion)

◆ jsprPutFirmware()

bool jsprPutFirmware ( const jsprBootSource_t  slot)

◆ jsprPutMessageOriginate()

bool jsprPutMessageOriginate ( const uint16_t  topic,
const size_t  length 
)

◆ jsprPutMessageOriginateSegment()

bool jsprPutMessageOriginateSegment ( jsprMessageOriginate_t messageOriginate,
const size_t  segmentLength,
uint32_t  segmentStart,
const char *  data 
)

◆ jsprPutOperationalState()

bool jsprPutOperationalState ( const char *  state)

◆ jsprPutServiceConfig()

bool jsprPutServiceConfig ( const bool  resync)

◆ jsprPutSimInterface()

bool jsprPutSimInterface ( const char *  iface)

◆ putOperationalState()

bool putOperationalState ( availableOperationalStates_t  state)

◆ putSimInterface()

bool putSimInterface ( availableSimInterfaces_t  iface)