Package pcap.api.internal
Interface PcapStat
- All Superinterfaces:
java.foreign.memory.Struct<PcapStat>
@Inclubating public interface PcapStat extends java.foreign.memory.Struct<PcapStat>
Wrapper for
pcap_stat- Author:
- Ardika Rommy Sanjaya
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPcapStat.Impl -
Method Summary
Modifier and Type Method Description intdropped()intdroppedByInterface()intreceived()default Statusstatus()
-
Method Details
-
received
int received() -
dropped
int dropped() -
droppedByInterface
int droppedByInterface() -
status
-