Interface ScreenInfoOuterClass.ScreenInfoOrBuilder

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

public static interface ScreenInfoOuterClass.ScreenInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 live_id = 1;
    int
    uint32 projector_entity_id = 2;

    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

    • getLiveId

      int getLiveId()
      uint32 live_id = 1;
      Returns:
      The liveId.
    • getProjectorEntityId

      int getProjectorEntityId()
      uint32 projector_entity_id = 2;
      Returns:
      The projectorEntityId.