lastRxTime property

  1. @TagNumber(3)
int get lastRxTime

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);
  1. @TagNumber(3)
set lastRxTime (int value)

Implementation

@$pb.TagNumber(3)
set lastRxTime($core.int value) => $_setUnsignedInt32(2, value);