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

    Modifier and Type
    Method
    Description
    boolean
    Value high or low of the tick
    name of interrupt
    com.google.protobuf.ByteString
    name of interrupt
    long
    Time in nanoseconds of a tick

    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.