public sealed class BfdStatusPacketCounts : IMessage<BfdStatusPacketCounts>, IEquatable<BfdStatusPacketCounts>, IDeepCloneable<BfdStatusPacketCounts>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBfdStatusPacketCounts\u003c/code\u003e class provides information about the number of packets related to a BFD (Bidirectional Forwarding Detection) session, including transmitted, received, rejected, and successfully processed packets.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.6.0 is the latest version available, and a range of versions from 1.0.0 to 3.6.0 are accessible in this document, allowing developers to review version-specific documentation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities for message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eHasNumRx\u003c/code\u003e, \u003ccode\u003eHasNumRxRejected\u003c/code\u003e, \u003ccode\u003eHasNumRxSuccessful\u003c/code\u003e, and \u003ccode\u003eHasNumTx\u003c/code\u003e to determine if the corresponding packet count fields are set, and also the \u003ccode\u003eNumRx\u003c/code\u003e, \u003ccode\u003eNumRxRejected\u003c/code\u003e, \u003ccode\u003eNumRxSuccessful\u003c/code\u003e, and \u003ccode\u003eNumTx\u003c/code\u003e to obtain their values.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eBfdStatusPacketCounts\u003c/code\u003e also offers two constructors to initiate the object, either empty or by passing another object of the same type.\u003c/p\u003e\n"]]],[],null,[]]