Package com.viam.component.board.v1
Interface Board.StreamTicksResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Board.StreamTicksResponse
,Board.StreamTicksResponse.Builder
- Enclosing class:
- Board
public static interface Board.StreamTicksResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPinName
String getPinName()name of interrupt
string pin_name = 1 [json_name = "pinName"];
- Returns:
- The pinName.
-
getPinNameBytes
com.google.protobuf.ByteString getPinNameBytes()name of interrupt
string pin_name = 1 [json_name = "pinName"];
- Returns:
- The bytes for pinName.
-
getTime
long getTime()Time in nanoseconds of a tick
uint64 time = 2 [json_name = "time"];
- Returns:
- The time.
-
getHigh
boolean getHigh()Value high or low of the tick
bool high = 3 [json_name = "high"];
- Returns:
- The high.
-