Gets the total number of packets received by the DataListener since it was Start()()()ed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[BrowsableAttribute(false)] public long TotalPacketsReceived { get; }
<BrowsableAttribute(False)> _ Public ReadOnly Property TotalPacketsReceived As Long
[BrowsableAttribute(false)] public: property long long TotalPacketsReceived { long long get (); }