BfdStatus constructor

BfdStatus({
  1. String? bfdSessionInitializationMode,
  2. String? configUpdateTimestampMicros,
  3. BfdStatusPacketCounts? controlPacketCounts,
  4. List<PacketIntervals>? controlPacketIntervals,
  5. String? localDiagnostic,
  6. String? localState,
  7. int? negotiatedLocalControlTxIntervalMs,
  8. BfdPacket? rxPacket,
  9. BfdPacket? txPacket,
  10. String? uptimeMs,
})

Implementation

BfdStatus({
  this.bfdSessionInitializationMode,
  this.configUpdateTimestampMicros,
  this.controlPacketCounts,
  this.controlPacketIntervals,
  this.localDiagnostic,
  this.localState,
  this.negotiatedLocalControlTxIntervalMs,
  this.rxPacket,
  this.txPacket,
  this.uptimeMs,
});