Package com.viam.component.board.v1
Interface Board.ReadAnalogReaderResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Board.ReadAnalogReaderResponse
,Board.ReadAnalogReaderResponse.Builder
- Enclosing class:
- Board
public static interface Board.ReadAnalogReaderResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float max_range = 3 [json_name = "maxRange"];
float
float min_range = 2 [json_name = "minRange"];
float
float step_size = 4 [json_name = "stepSize"];
int
getValue()
int32 value = 1 [json_name = "value"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValue
int getValue()int32 value = 1 [json_name = "value"];
- Returns:
- The value.
-
getMinRange
float getMinRange()float min_range = 2 [json_name = "minRange"];
- Returns:
- The minRange.
-
getMaxRange
float getMaxRange()float max_range = 3 [json_name = "maxRange"];
- Returns:
- The maxRange.
-
getStepSize
float getStepSize()float step_size = 4 [json_name = "stepSize"];
- Returns:
- The stepSize.
-