NERtcLastmileProbeResult constructor

NERtcLastmileProbeResult(
  1. {required int state,
  2. required int rtt,
  3. required NERtcLastmileProbeOneWayResult uplinkReport,
  4. required NERtcLastmileProbeOneWayResult downlinkReport}
)

Implementation

NERtcLastmileProbeResult({
  required this.state,
  required this.rtt,
  required this.uplinkReport,
  required this.downlinkReport,
});