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