Interface PingReqOuterClass.PingReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PingReqOuterClass.PingReq, PingReqOuterClass.PingReq.Builder
Enclosing class:
PingReqOuterClass

public static interface PingReqOuterClass.PingReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 client_time = 7;
    com.google.protobuf.ByteString
    bytes sc_data = 6;
    int
    uint32 seq = 10;
    double
    double total_tick_time = 11;
    float
    float ue_time = 12;

    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

    • getUeTime

      float getUeTime()
      float ue_time = 12;
      Returns:
      The ueTime.
    • getSeq

      int getSeq()
      uint32 seq = 10;
      Returns:
      The seq.
    • getTotalTickTime

      double getTotalTickTime()
      double total_tick_time = 11;
      Returns:
      The totalTickTime.
    • getClientTime

      int getClientTime()
      uint32 client_time = 7;
      Returns:
      The clientTime.
    • getScData

      com.google.protobuf.ByteString getScData()
      bytes sc_data = 6;
      Returns:
      The scData.