Class IPv4InterfaceStatistics

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Net.NetworkInformation
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Net.NetworkInformation.IPv4InterfaceStatistics
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • IPv4InterfaceStatistics

        public IPv4InterfaceStatistics​(java.lang.Object instance)
                                throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • IPv4InterfaceStatistics

        public IPv4InterfaceStatistics()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getBytesReceived

        public long getBytesReceived()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBytesSent

        public long getBytesSent()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIncomingPacketsDiscarded

        public long getIncomingPacketsDiscarded()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIncomingPacketsWithErrors

        public long getIncomingPacketsWithErrors()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIncomingUnknownProtocolPackets

        public long getIncomingUnknownProtocolPackets()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNonUnicastPacketsReceived

        public long getNonUnicastPacketsReceived()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNonUnicastPacketsSent

        public long getNonUnicastPacketsSent()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOutgoingPacketsDiscarded

        public long getOutgoingPacketsDiscarded()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOutgoingPacketsWithErrors

        public long getOutgoingPacketsWithErrors()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOutputQueueLength

        public long getOutputQueueLength()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUnicastPacketsReceived

        public long getUnicastPacketsReceived()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUnicastPacketsSent

        public long getUnicastPacketsSent()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable