|
TypedResult< GetStatusFlags > | mip::commands_rtk::getStatusFlags (C::mip_interface &device, GetStatusFlags::StatusFlags *flagsOut) |
|
TypedResult< GetImei > | mip::commands_rtk::getImei (C::mip_interface &device, char *imeiOut) |
|
TypedResult< GetImsi > | mip::commands_rtk::getImsi (C::mip_interface &device, char *imsiOut) |
|
TypedResult< GetIccid > | mip::commands_rtk::getIccid (C::mip_interface &device, char *iccidOut) |
|
TypedResult< ConnectedDeviceType > | mip::commands_rtk::writeConnectedDeviceType (C::mip_interface &device, ConnectedDeviceType::Type devtype) |
|
TypedResult< ConnectedDeviceType > | mip::commands_rtk::readConnectedDeviceType (C::mip_interface &device, ConnectedDeviceType::Type *devtypeOut) |
|
TypedResult< ConnectedDeviceType > | mip::commands_rtk::saveConnectedDeviceType (C::mip_interface &device) |
|
TypedResult< ConnectedDeviceType > | mip::commands_rtk::loadConnectedDeviceType (C::mip_interface &device) |
|
TypedResult< ConnectedDeviceType > | mip::commands_rtk::defaultConnectedDeviceType (C::mip_interface &device) |
|
TypedResult< GetActCode > | mip::commands_rtk::getActCode (C::mip_interface &device, char *activationcodeOut) |
|
TypedResult< GetModemFirmwareVersion > | mip::commands_rtk::getModemFirmwareVersion (C::mip_interface &device, char *modemfirmwareversionOut) |
|
TypedResult< GetRssi > | mip::commands_rtk::getRssi (C::mip_interface &device, bool *validOut, int32_t *rssiOut, int32_t *signalqualityOut) |
|
TypedResult< ServiceStatus > | mip::commands_rtk::serviceStatus (C::mip_interface &device, uint32_t reserved1, uint32_t reserved2, ServiceStatus::ServiceFlags *flagsOut, uint32_t *receivedbytesOut, uint32_t *lastbytesOut, uint64_t *lastbytestimeOut) |
|
TypedResult< ProdEraseStorage > | mip::commands_rtk::prodEraseStorage (C::mip_interface &device, MediaSelector media) |
|
TypedResult< LedControl > | mip::commands_rtk::ledControl (C::mip_interface &device, const uint8_t *primarycolor, const uint8_t *altcolor, LedAction act, uint32_t period) |
|
TypedResult< ModemHardReset > | mip::commands_rtk::modemHardReset (C::mip_interface &device) |
|