index property

  1. @TagNumber(1)
int get index

The index of this channel in the channel table (from 0 to MAX_NUM_CHANNELS-1) (Someday - not currently implemented) An index of -1 could be used to mean "set by name", in which case the target node will find and set the channel by settings.name.

Implementation

@$pb.TagNumber(1)
$core.int get index => $_getIZ(0);
  1. @TagNumber(1)
set index (int value)

Implementation

@$pb.TagNumber(1)
set index($core.int value) => $_setSignedInt32(0, value);