Class NativeMappings.pcap_stat_ex

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  NativeMappings.pcap_stat_ex.ByReference  
      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
    • Constructor Summary

      Constructors 
      Constructor Description
      pcap_stat_ex()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<java.lang.String> getFieldOrder()  
      • Methods inherited from class com.sun.jna.Structure

        allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • rx_packets

        public com.sun.jna.NativeLong rx_packets
      • tx_packets

        public com.sun.jna.NativeLong tx_packets
      • rx_bytes

        public com.sun.jna.NativeLong rx_bytes
      • tx_bytes

        public com.sun.jna.NativeLong tx_bytes
      • rx_errors

        public com.sun.jna.NativeLong rx_errors
      • tx_errors

        public com.sun.jna.NativeLong tx_errors
      • rx_dropped

        public com.sun.jna.NativeLong rx_dropped
      • tx_dropped

        public com.sun.jna.NativeLong tx_dropped
      • multicast

        public com.sun.jna.NativeLong multicast
      • collisions

        public com.sun.jna.NativeLong collisions
      • rx_length_errors

        public com.sun.jna.NativeLong rx_length_errors
      • rx_over_errors

        public com.sun.jna.NativeLong rx_over_errors
      • rx_crc_errors

        public com.sun.jna.NativeLong rx_crc_errors
      • rx_frame_errors

        public com.sun.jna.NativeLong rx_frame_errors
      • rx_fifo_errors

        public com.sun.jna.NativeLong rx_fifo_errors
      • rx_missed_errors

        public com.sun.jna.NativeLong rx_missed_errors
      • tx_aborted_errors

        public com.sun.jna.NativeLong tx_aborted_errors
      • tx_carrier_errors

        public com.sun.jna.NativeLong tx_carrier_errors
      • tx_fifo_errors

        public com.sun.jna.NativeLong tx_fifo_errors
      • tx_heartbeat_errors

        public com.sun.jna.NativeLong tx_heartbeat_errors
      • tx_window_errors

        public com.sun.jna.NativeLong tx_window_errors
    • Constructor Detail

      • pcap_stat_ex

        public pcap_stat_ex()
    • Method Detail

      • getFieldOrder

        protected java.util.List<java.lang.String> getFieldOrder()
        Overrides:
        getFieldOrder in class com.sun.jna.Structure