Package com.viam.component.board.v1
Interface Board.SetPWMFrequencyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Board.SetPWMFrequencyRequest,Board.SetPWMFrequencyRequest.Builder
- Enclosing class:
- Board
public static interface Board.SetPWMFrequencyRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.StructgetExtra()Additional arguments to the methodlonguint64 frequency_hz = 3 [json_name = "frequencyHz"];getName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];getPin()string pin = 2 [json_name = "pin"];com.google.protobuf.ByteStringstring pin = 2 [json_name = "pin"];booleanhasExtra()Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getPin
String getPin()string pin = 2 [json_name = "pin"];- Returns:
- The pin.
-
getPinBytes
com.google.protobuf.ByteString getPinBytes()string pin = 2 [json_name = "pin"];- Returns:
- The bytes for pin.
-
getFrequencyHz
long getFrequencyHz()uint64 frequency_hz = 3 [json_name = "frequencyHz"];- Returns:
- The frequencyHz.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
-