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