channel property

  1. @TagNumber(7)
int get channel

local channel index we heard that node on. Only populated if its not the default channel.

Implementation

@$pb.TagNumber(7)
$core.int get channel => $_getIZ(6);
  1. @TagNumber(7)
set channel (int value)

Implementation

@$pb.TagNumber(7)
set channel($core.int value) => $_setUnsignedInt32(6, value);