getChannelRequest property

  1. @TagNumber(1)
int get getChannelRequest

Send the specified channel in the response to this message NOTE: This field is sent with the channel index + 1 (to ensure we never try to send 'zero' - which protobufs treats as not present)

Implementation

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

Implementation

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