Configure the SPARTN corrections service parameters. Notes:
  
More...
|  | 
| TypedResult< SpartnConfiguration > | mip::commands_gnss::writeSpartnConfiguration (C::mip_interface &device, uint8_t enable, uint8_t type, uint32_t currentKeyTow, uint16_t currentKeyWeek, const uint8_t *currentKey, uint32_t nextKeyTow, uint16_t nextKeyWeek, const uint8_t *nextKey) | 
|  | 
| TypedResult< SpartnConfiguration > | mip::commands_gnss::readSpartnConfiguration (C::mip_interface &device, uint8_t *enableOut, uint8_t *typeOut, uint32_t *currentKeyTowOut, uint16_t *currentKeyWeekOut, uint8_t *currentKeyOut, uint32_t *nextKeyTowOut, uint16_t *nextKeyWeekOut, uint8_t *nextKeyOut) | 
|  | 
| TypedResult< SpartnConfiguration > | mip::commands_gnss::saveSpartnConfiguration (C::mip_interface &device) | 
|  | 
| TypedResult< SpartnConfiguration > | mip::commands_gnss::loadSpartnConfiguration (C::mip_interface &device) | 
|  | 
| TypedResult< SpartnConfiguration > | mip::commands_gnss::defaultSpartnConfiguration (C::mip_interface &device) | 
|  | 
- Enable and type settings will only update after a power cycle 
 
- Type settings will only take effect after a power cycle 
 
- Key information can be updated while running 
◆ writeSpartnConfiguration()
      
        
          | TypedResult< SpartnConfiguration > mip::commands_gnss::writeSpartnConfiguration | ( | C::mip_interface & | device, | 
        
          |  |  | uint8_t | enable, | 
        
          |  |  | uint8_t | type, | 
        
          |  |  | uint32_t | currentKeyTow, | 
        
          |  |  | uint16_t | currentKeyWeek, | 
        
          |  |  | const uint8_t * | currentKey, | 
        
          |  |  | uint32_t | nextKeyTow, | 
        
          |  |  | uint16_t | nextKeyWeek, | 
        
          |  |  | const uint8_t * | nextKey | 
        
          |  | ) |  |  | 
      
 
 
◆ readSpartnConfiguration()
      
        
          | TypedResult< SpartnConfiguration > mip::commands_gnss::readSpartnConfiguration | ( | C::mip_interface & | device, | 
        
          |  |  | uint8_t * | enableOut, | 
        
          |  |  | uint8_t * | typeOut, | 
        
          |  |  | uint32_t * | currentKeyTowOut, | 
        
          |  |  | uint16_t * | currentKeyWeekOut, | 
        
          |  |  | uint8_t * | currentKeyOut, | 
        
          |  |  | uint32_t * | nextKeyTowOut, | 
        
          |  |  | uint16_t * | nextKeyWeekOut, | 
        
          |  |  | uint8_t * | nextKeyOut | 
        
          |  | ) |  |  | 
      
 
 
◆ saveSpartnConfiguration()
◆ loadSpartnConfiguration()
◆ defaultSpartnConfiguration()