rcpTime property

  1. @ImcField('Reception Time', 'rcp_time', ImcType.typeFp64, units: 's')
double rcpTime

The time when the packet was sent, as seen by the packet dispatcher. The number of seconds is represented in Universal Coordinated Time (UCT) in seconds since Jan 1, 1970 using IEEE double precision floating point numbers.

Implementation

@ImcField('Reception Time', 'rcp_time', ImcType.typeFp64, units: 's')
double get rcpTime;