lastErrorTime property

  1. @ImcField('Last Error -- Time', 'last_error_time', ImcType.typeFp64, units: 's')
double lastErrorTime

Time of last error (Epoch time).

Implementation

@ImcField('Last Error -- Time', 'last_error_time', ImcType.typeFp64,
    units: 's')
double get lastErrorTime;