Interface ReceiverDProto.GetRadioFrontEndStatusReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.GetRadioFrontEndStatusReply
,ReceiverDProto.GetRadioFrontEndStatusReply.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.GetRadioFrontEndStatusReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Map from antenna id to antenna status.boolean
Map from antenna switch id to antenna switch status.Deprecated.int
Map from antenna id to antenna status.Map from antenna id to antenna status.getAntennaStatusOrDefault
(String key, ReceiverDProto.AntennaStatus defaultValue) Map from antenna id to antenna status.Map from antenna id to antenna status.Deprecated.int
Map from antenna switch id to antenna switch status.Map from antenna switch id to antenna switch status.getAntennaSwitchStatusOrDefault
(String key, ReceiverDProto.AntennaSwitchStatus defaultValue) Map from antenna switch id to antenna switch status.Map from antenna switch id to antenna switch status.getRadioFrontEndStatus
(int index) Array of radio front end status: one for each front end.int
Array of radio front end status: one for each front end.Array of radio front end status: one for each front end.getRadioFrontEndStatusOrBuilder
(int index) Array of radio front end status: one for each front end.List<? extends ReceiverDProto.RadioFrontEndStatusOrBuilder>
Array of radio front end status: one for each front end.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
-
getRadioFrontEndStatusList
List<ReceiverDProto.RadioFrontEndStatus> getRadioFrontEndStatusList()Array of radio front end status: one for each front end.
repeated .serosystems.proto.v3.grx.receiverd.RadioFrontEndStatus radio_front_end_status = 1;
-
getRadioFrontEndStatus
Array of radio front end status: one for each front end.
repeated .serosystems.proto.v3.grx.receiverd.RadioFrontEndStatus radio_front_end_status = 1;
-
getRadioFrontEndStatusCount
int getRadioFrontEndStatusCount()Array of radio front end status: one for each front end.
repeated .serosystems.proto.v3.grx.receiverd.RadioFrontEndStatus radio_front_end_status = 1;
-
getRadioFrontEndStatusOrBuilderList
List<? extends ReceiverDProto.RadioFrontEndStatusOrBuilder> getRadioFrontEndStatusOrBuilderList()Array of radio front end status: one for each front end.
repeated .serosystems.proto.v3.grx.receiverd.RadioFrontEndStatus radio_front_end_status = 1;
-
getRadioFrontEndStatusOrBuilder
Array of radio front end status: one for each front end.
repeated .serosystems.proto.v3.grx.receiverd.RadioFrontEndStatus radio_front_end_status = 1;
-
getAntennaStatusCount
int getAntennaStatusCount()Map from antenna id to antenna status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaStatus> antenna_status = 2;
-
containsAntennaStatus
Map from antenna id to antenna status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaStatus> antenna_status = 2;
-
getAntennaStatus
Deprecated.UsegetAntennaStatusMap()
instead. -
getAntennaStatusMap
Map<String,ReceiverDProto.AntennaStatus> getAntennaStatusMap()Map from antenna id to antenna status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaStatus> antenna_status = 2;
-
getAntennaStatusOrDefault
ReceiverDProto.AntennaStatus getAntennaStatusOrDefault(String key, ReceiverDProto.AntennaStatus defaultValue) Map from antenna id to antenna status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaStatus> antenna_status = 2;
-
getAntennaStatusOrThrow
Map from antenna id to antenna status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaStatus> antenna_status = 2;
-
getAntennaSwitchStatusCount
int getAntennaSwitchStatusCount()Map from antenna switch id to antenna switch status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaSwitchStatus> antenna_switch_status = 3;
-
containsAntennaSwitchStatus
Map from antenna switch id to antenna switch status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaSwitchStatus> antenna_switch_status = 3;
-
getAntennaSwitchStatus
Deprecated.UsegetAntennaSwitchStatusMap()
instead. -
getAntennaSwitchStatusMap
Map<String,ReceiverDProto.AntennaSwitchStatus> getAntennaSwitchStatusMap()Map from antenna switch id to antenna switch status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaSwitchStatus> antenna_switch_status = 3;
-
getAntennaSwitchStatusOrDefault
ReceiverDProto.AntennaSwitchStatus getAntennaSwitchStatusOrDefault(String key, ReceiverDProto.AntennaSwitchStatus defaultValue) Map from antenna switch id to antenna switch status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaSwitchStatus> antenna_switch_status = 3;
-
getAntennaSwitchStatusOrThrow
Map from antenna switch id to antenna switch status.
map<string, .serosystems.proto.v3.grx.receiverd.AntennaSwitchStatus> antenna_switch_status = 3;
-