Interface MonitorDProto.GNSSInformation.VersionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.GNSSInformation.Versions, MonitorDProto.GNSSInformation.Versions.Builder
Enclosing class:
MonitorDProto.GNSSInformation

public static interface MonitorDProto.GNSSInformation.VersionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Hardware version of the GNSS module.
    com.google.protobuf.ByteString
    Hardware version of the GNSS module.
    Software version of the GNSS module.
    com.google.protobuf.ByteString
    Software version of the GNSS module.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getModuleHw

      String getModuleHw()
       Hardware version of the GNSS module. 
       
      string module_hw = 1;
      Returns:
      The moduleHw.
    • getModuleHwBytes

      com.google.protobuf.ByteString getModuleHwBytes()
       Hardware version of the GNSS module. 
       
      string module_hw = 1;
      Returns:
      The bytes for moduleHw.
    • getModuleSw

      String getModuleSw()
       Software version of the GNSS module. 
       
      string module_sw = 2;
      Returns:
      The moduleSw.
    • getModuleSwBytes

      com.google.protobuf.ByteString getModuleSwBytes()
       Software version of the GNSS module. 
       
      string module_sw = 2;
      Returns:
      The bytes for moduleSw.