MIP_SDK  v3.0.0-736-g212583cf
MicroStrain Communications Library for embedded systems
Public Attributes | List of all members
mip::C::mip_gnss_spartn_configuration_response Struct Reference

#include <commands_gnss.h>

Public Attributes

uint8_t enable
 Enable/Disable the SPARTN subsystem (0 = Disabled, 1 = Enabled) More...
 
uint8_t type
 Connection type (0 - None, 1 = Network, 2 = L-Band) More...
 
uint32_t current_key_tow
 The GPS time of week the current key is valid until. More...
 
uint16_t current_key_week
 The GPS week number the current key is valid until. More...
 
uint8_t current_key [32]
 32 character string of ASCII hex values for the current key (e.g. "bc" for 0xBC) More...
 
uint32_t next_key_tow
 The GPS time of week the next key is valid until. More...
 
uint16_t next_key_week
 The GPS week number the next key is valid until. More...
 
uint8_t next_key [32]
 32 character string of ASCII hex valuesfor the next key (e.g. "bc" for 0xBC) More...
 

Member Data Documentation

◆ enable

uint8_t mip::C::mip_gnss_spartn_configuration_response::enable

◆ type

uint8_t mip::C::mip_gnss_spartn_configuration_response::type

◆ current_key_tow

uint32_t mip::C::mip_gnss_spartn_configuration_response::current_key_tow

◆ current_key_week

uint16_t mip::C::mip_gnss_spartn_configuration_response::current_key_week

◆ current_key

uint8_t mip::C::mip_gnss_spartn_configuration_response::current_key[32]

◆ next_key_tow

uint32_t mip::C::mip_gnss_spartn_configuration_response::next_key_tow

◆ next_key_week

uint16_t mip::C::mip_gnss_spartn_configuration_response::next_key_week

◆ next_key

uint8_t mip::C::mip_gnss_spartn_configuration_response::next_key[32]

The documentation for this struct was generated from the following file: