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 class  PcapStat.Impl  
  • Method Summary

    Modifier and Type Method Description
    int dropped()  
    int droppedByInterface()  
    int received()  
    default Status status()  

    Methods inherited from interface java.foreign.memory.Struct

    ptr