rxTime property
The time this message was received by the esp32 (secs since 1970). Note: this field is never sent on the radio link itself (to save space) Times are typically not sent over the mesh, but they will be added to any Packet (chain of SubPacket) sent to the phone (so the phone can know exact time of reception)
Implementation
@$pb.TagNumber(7)
$core.int get rxTime => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set rxTime($core.int value) => $_setUnsignedInt32(6, value);