Package com.viam.component.board.v1
Interface Board.StreamTicksRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Board.StreamTicksRequest
,Board.StreamTicksRequest.Builder
- Enclosing class:
- Board
public static interface Board.StreamTicksRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
Additional arguments to the methodgetName()
Board namecom.google.protobuf.ByteString
Board namegetPinNames
(int index) Name of digital interrupts to recieve ticks fromcom.google.protobuf.ByteString
getPinNamesBytes
(int index) Name of digital interrupts to recieve ticks fromint
Name of digital interrupts to recieve ticks fromName of digital interrupts to recieve ticks fromboolean
hasExtra()
Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()Board name
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Board name
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
getPinNamesList
Name of digital interrupts to recieve ticks from
repeated string pin_names = 2 [json_name = "pinNames"];
- Returns:
- A list containing the pinNames.
-
getPinNamesCount
int getPinNamesCount()Name of digital interrupts to recieve ticks from
repeated string pin_names = 2 [json_name = "pinNames"];
- Returns:
- The count of pinNames.
-
getPinNames
Name of digital interrupts to recieve ticks from
repeated string pin_names = 2 [json_name = "pinNames"];
- Parameters:
index
- The index of the element to return.- Returns:
- The pinNames at the given index.
-
getPinNamesBytes
com.google.protobuf.ByteString getPinNamesBytes(int index) Name of digital interrupts to recieve ticks from
repeated string pin_names = 2 [json_name = "pinNames"];
- Parameters:
index
- The index of the element to return.- Returns:
- The pinNames at the given index.
-
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.
-