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

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

    Methods inherited from interface java.foreign.memory.Struct

    ptr