MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Modules | Enumerations
Rtk Commands [CPP]
Collaboration diagram for Rtk Commands [CPP]:

Modules

 (0x0F,0x01) Get Status Flags [CPP]
 
 (0x0F,0x02) Get Imei [CPP]
 
 (0x0F,0x03) Get Imsi [CPP]
 
 (0x0F,0x04) Get Iccid [CPP]
 
 (0x0F,0x06) Connected Device Type [CPP]
 
 (0x0F,0x07) Get Act Code [CPP]
 
 (0x0F,0x08) Get Modem Firmware Version [CPP]
 
 (0x0F,0x05) Get Rssi [CPP]
 
 (0x0F,0x0A) Service Status [CPP]
 
 (0x0F,0x20) Prod Erase Storage [CPP]
 
 (0x0F,0x21) Led Control [CPP]
 
 (0x0F,0x22) Modem Hard Reset [CPP]
 

Enumerations

enum  {
  mip::commands_rtk::DESCRIPTOR_SET = 0x0F , mip::commands_rtk::CMD_GET_STATUS_FLAGS = 0x01 , mip::commands_rtk::CMD_GET_IMEI = 0x02 , mip::commands_rtk::CMD_GET_IMSI = 0x03 ,
  mip::commands_rtk::CMD_GET_ICCID = 0x04 , mip::commands_rtk::CMD_GET_RSSI = 0x05 , mip::commands_rtk::CMD_CONNECTED_DEVICE_TYPE = 0x06 , mip::commands_rtk::CMD_GET_ACT_CODE = 0x07 ,
  mip::commands_rtk::CMD_GET_MODEM_FIRMWARE_VERSION = 0x08 , mip::commands_rtk::CMD_SERVICE_STATUS = 0x0A , mip::commands_rtk::CMD_PROD_ERASE_STORAGE = 0x20 , mip::commands_rtk::CMD_CONTROL = 0x21 ,
  mip::commands_rtk::CMD_MODEM_HARD_RESET = 0x22 , mip::commands_rtk::REPLY_GET_STATUS_FLAGS = 0x81 , mip::commands_rtk::REPLY_GET_IMEI = 0x82 , mip::commands_rtk::REPLY_GET_IMSI = 0x83 ,
  mip::commands_rtk::REPLY_GET_ICCID = 0x84 , mip::commands_rtk::REPLY_CONNECTED_DEVICE_TYPE = 0x86 , mip::commands_rtk::REPLY_GET_ACT_CODE = 0x87 , mip::commands_rtk::REPLY_GET_MODEM_FIRMWARE_VERSION = 0x88 ,
  mip::commands_rtk::REPLY_GET_RSSI = 0x85 , mip::commands_rtk::REPLY_SERVICE_STATUS = 0x8A
}
 
enum class  mip::commands_rtk::MediaSelector : uint8_t { mip::commands_rtk::MEDIA_EXTERNALFLASH = 0 , mip::commands_rtk::MEDIA_SD = 1 }
 
enum class  mip::commands_rtk::LedAction : uint8_t { mip::commands_rtk::LED_NONE = 0 , mip::commands_rtk::LED_FLASH = 1 , mip::commands_rtk::LED_PULSATE = 2 }
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DESCRIPTOR_SET 
CMD_GET_STATUS_FLAGS 
CMD_GET_IMEI 
CMD_GET_IMSI 
CMD_GET_ICCID 
CMD_GET_RSSI 
CMD_CONNECTED_DEVICE_TYPE 
CMD_GET_ACT_CODE 
CMD_GET_MODEM_FIRMWARE_VERSION 
CMD_SERVICE_STATUS 
CMD_PROD_ERASE_STORAGE 
CMD_CONTROL 
CMD_MODEM_HARD_RESET 
REPLY_GET_STATUS_FLAGS 
REPLY_GET_IMEI 
REPLY_GET_IMSI 
REPLY_GET_ICCID 
REPLY_CONNECTED_DEVICE_TYPE 
REPLY_GET_ACT_CODE 
REPLY_GET_MODEM_FIRMWARE_VERSION 
REPLY_GET_RSSI 
REPLY_SERVICE_STATUS 

◆ LedAction

enum mip::commands_rtk::LedAction : uint8_t
strong
Enumerator
LED_NONE 
LED_FLASH 
LED_PULSATE 

◆ MediaSelector

enum mip::commands_rtk::MediaSelector : uint8_t
strong
Enumerator
MEDIA_EXTERNALFLASH 
MEDIA_SD