RockBLOCK 9704 C Library
Doxygen documentation for the RockBLOCK 9704 C Library.
|
Macros | |
#define | JSPR_GET_API_LEN 18U |
#define | JSPR_GET_SIM_CONFIG_LEN 17U |
#define | JSPR_GET_OPERATIONAL_STATE_LEN 24U |
#define | JSPR_GET_SIGNAL_LEN 26U |
#define | JSPR_GET_MESSAGE_PROVISIONING_LEN 27U |
#define | JSPR_GET_HW_INFO_LEN 14U |
#define | JSPR_PUT_FIRMWARE_LEN 17U |
#define | JSPR_BOOT_SOURCE_STR_LEN 9U |
#define | JSPR_GET_FIRMWARE_LEN 16U |
#define | JSPR_GET_SIM_STATUS_LEN 17U |
Functions | |
bool | jsprGetApiVersion (void) |
bool | jsprPutApiVersion (const jsprDottedVersion_t *apiVersion) |
bool | putSimInterface (const availableSimInterfaces_t iface) |
bool | jsprGetSimInterface (void) |
bool | jsprPutSimInterface (const char *iface) |
bool | putOperationalState (availableOperationalStates_t state) |
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) |
static void | bootSlotToStr (const jsprBootSource_t slot, char *dest, const size_t length) |
bool | jsprGetFirmware (const jsprBootSource_t slot) |
bool | jsprPutFirmware (const jsprBootSource_t slot) |
bool | jsprGetSimStatus (void) |
bool | jsprPutServiceConfig (const bool resync) |
Variables | |
serialContext | context |
int | messageReference |
static uint8_t | jsprCommandBuffer [2048U] |
#define JSPR_BOOT_SOURCE_STR_LEN 9U |
#define JSPR_GET_API_LEN 18U |
#define JSPR_GET_FIRMWARE_LEN 16U |
#define JSPR_GET_HW_INFO_LEN 14U |
#define JSPR_GET_MESSAGE_PROVISIONING_LEN 27U |
#define JSPR_GET_OPERATIONAL_STATE_LEN 24U |
#define JSPR_GET_SIGNAL_LEN 26U |
#define JSPR_GET_SIM_CONFIG_LEN 17U |
#define JSPR_GET_SIM_STATUS_LEN 17U |
#define JSPR_PUT_FIRMWARE_LEN 17U |
|
static |
bool jsprGetApiVersion | ( | void | ) |
bool jsprGetFirmware | ( | const jsprBootSource_t | slot | ) |
bool jsprGetHwInfo | ( | void | ) |
bool jsprGetMessageProvisioning | ( | void | ) |
bool jsprGetOperationalState | ( | void | ) |
bool jsprGetSignal | ( | void | ) |
bool jsprGetSimInterface | ( | void | ) |
bool jsprGetSimStatus | ( | void | ) |
bool jsprPutApiVersion | ( | const jsprDottedVersion_t * | apiVersion | ) |
bool jsprPutFirmware | ( | const jsprBootSource_t | slot | ) |
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 jsprPutOperationalState | ( | const char * | state | ) |
bool jsprPutServiceConfig | ( | const bool | resync | ) |
bool jsprPutSimInterface | ( | const char * | iface | ) |
bool putOperationalState | ( | availableOperationalStates_t | state | ) |
bool putSimInterface | ( | const availableSimInterfaces_t | iface | ) |
|
extern |
|
static |
|
extern |