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 Type
    Method
    Description
    com.google.protobuf.Struct
    Additional arguments to the method
    Board name
    com.google.protobuf.ByteString
    Board name
    getPinNames(int index)
    Name of digital interrupts to recieve ticks from
    com.google.protobuf.ByteString
    getPinNamesBytes(int index)
    Name of digital interrupts to recieve ticks from
    int
    Name of digital interrupts to recieve ticks from
    Name of digital interrupts to recieve ticks from
    boolean
    Additional arguments to the method

    Methods 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

      List<String> 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

      String getPinNames(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.
    • 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.