lastRxTime property
Reception time (in secs since 1970) of last message that was last sent by this ID. Note: this is for local storage only and will not be sent out over the mesh.
Implementation
@$pb.TagNumber(3)
$core.int get lastRxTime => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set lastRxTime($core.int value) => $_setUnsignedInt32(2, value);