BfdStatus constructor
BfdStatus({
- String? bfdSessionInitializationMode,
- int? configUpdateTimestampMicros,
- BfdStatusPacketCounts? controlPacketCounts,
- List<
PacketIntervals> controlPacketIntervals = const [], - String? localDiagnostic,
- String? localState,
- int? negotiatedLocalControlTxIntervalMs,
- BfdPacket? rxPacket,
- BfdPacket? txPacket,
- int? uptimeMs,
Implementation
BfdStatus({
this.bfdSessionInitializationMode,
this.configUpdateTimestampMicros,
this.controlPacketCounts,
this.controlPacketIntervals = const [],
this.localDiagnostic,
this.localState,
this.negotiatedLocalControlTxIntervalMs,
this.rxPacket,
this.txPacket,
this.uptimeMs,
}) : super(fullyQualifiedName);