Package com.silabs.na.pcap
Class InterfaceStatisticsBlock
- java.lang.Object
-
- com.silabs.na.pcap.InterfaceStatisticsBlock
-
public class InterfaceStatisticsBlock extends java.lang.Object
Interface statistics block.
-
-
Constructor Summary
Constructors Constructor Description InterfaceStatisticsBlock(int interfaceId, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
interfaceId()
Returns the interface ID that this block contains statistics for.long
timestamp()
Returns the timestamp of the statistics block.
-