#include "jspr.h"
#include "crossplatform.h"
#include <stdbool.h>
Go to the source code of this file.
◆ COMMAND_MAX_LEN
#define COMMAND_MAX_LEN 2048U |
◆ jsprGetApiVersion()
bool jsprGetApiVersion |
( |
void |
| ) |
|
◆ jsprGetFirmware()
◆ 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()
◆ jsprPutFirmware()
◆ 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()
◆ putSimInterface()