relayNode property

  1. @TagNumber(19)
int get relayNode

Last byte of the node number of the node that will relay/relayed this packet. Set by the firmware internally, clients are not supposed to set this.

Implementation

@$pb.TagNumber(19)
$core.int get relayNode => $_getIZ(18);
  1. @TagNumber(19)
set relayNode (int value)

Implementation

@$pb.TagNumber(19)
set relayNode($core.int value) => $_setUnsignedInt32(18, value);