Package com.viam.component.nswitch.v1
Interface Switch.GetPositionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Switch.GetPositionResponse
,Switch.GetPositionResponse.Builder
- Enclosing class:
- Switch
public static interface Switch.GetPositionResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
uint32 position = 1 [json_name = "position"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPosition
int getPosition()uint32 position = 1 [json_name = "position"];
- Returns:
- The position.
-