BfdStatusPacketCounts constructor

BfdStatusPacketCounts({
  1. int? numRx,
  2. int? numRxRejected,
  3. int? numRxSuccessful,
  4. int? numTx,
})

Implementation

BfdStatusPacketCounts({
  this.numRx,
  this.numRxRejected,
  this.numRxSuccessful,
  this.numTx,
});