transportMechanism property
Indicates which transport mechanism this packet arrived over
Implementation
@$pb.TagNumber(21)
MeshPacket_TransportMechanism get transportMechanism => $_getN(20);
Implementation
@$pb.TagNumber(21)
set transportMechanism(MeshPacket_TransportMechanism value) =>
$_setField(21, value);