Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class IPHlpAPI.MIB_IF_ROW2

  • Enclosing interface:
    IPHlpAPI


    @Structure.FieldOrder(value={"InterfaceLuid","InterfaceIndex","InterfaceGuid","Alias","Description","PhysicalAddressLength","PhysicalAddress","PermanentPhysicalAddress","Mtu","Type","TunnelType","MediaType","PhysicalMediumType","AccessType","DirectionType","InterfaceAndOperStatusFlags","OperStatus","AdminStatus","MediaConnectState","NetworkGuid","ConnectionType","TransmitLinkSpeed","ReceiveLinkSpeed","InOctets","InUcastPkts","InNUcastPkts","InDiscards","InErrors","InUnknownProtos","InUcastOctets","InMulticastOctets","InBroadcastOctets","OutOctets","OutUcastPkts","OutNUcastPkts","OutDiscards","OutErrors","OutUcastOctets","OutMulticastOctets","OutBroadcastOctets","OutQLen"})
    public static class IPHlpAPI.MIB_IF_ROW2
    extends Structure
    The MIB_IF_ROW2 structure stores information about a particular interface.
    See Also:
    MIB_IF_ROW2
    • Field Detail

      • InterfaceLuid

        public long InterfaceLuid
      • InterfaceIndex

        public int InterfaceIndex
      • InterfaceGuid

        public Guid.GUID InterfaceGuid
      • Alias

        public char[] Alias
      • Description

        public char[] Description
      • PhysicalAddressLength

        public int PhysicalAddressLength
      • PhysicalAddress

        public byte[] PhysicalAddress
      • PermanentPhysicalAddress

        public byte[] PermanentPhysicalAddress
      • Mtu

        public int Mtu
      • Type

        public int Type
      • TunnelType

        public int TunnelType
      • MediaType

        public int MediaType
      • PhysicalMediumType

        public int PhysicalMediumType
      • AccessType

        public int AccessType
      • DirectionType

        public int DirectionType
      • InterfaceAndOperStatusFlags

        public byte InterfaceAndOperStatusFlags
      • OperStatus

        public int OperStatus
      • AdminStatus

        public int AdminStatus
      • MediaConnectState

        public int MediaConnectState
      • ConnectionType

        public int ConnectionType
      • TransmitLinkSpeed

        public long TransmitLinkSpeed
      • ReceiveLinkSpeed

        public long ReceiveLinkSpeed
      • InOctets

        public long InOctets
      • InUcastPkts

        public long InUcastPkts
      • InNUcastPkts

        public long InNUcastPkts
      • InDiscards

        public long InDiscards
      • InErrors

        public long InErrors
      • InUnknownProtos

        public long InUnknownProtos
      • InUcastOctets

        public long InUcastOctets
      • InMulticastOctets

        public long InMulticastOctets
      • InBroadcastOctets

        public long InBroadcastOctets
      • OutOctets

        public long OutOctets
      • OutUcastPkts

        public long OutUcastPkts
      • OutNUcastPkts

        public long OutNUcastPkts
      • OutDiscards

        public long OutDiscards
      • OutErrors

        public long OutErrors
      • OutUcastOctets

        public long OutUcastOctets
      • OutMulticastOctets

        public long OutMulticastOctets
      • OutBroadcastOctets

        public long OutBroadcastOctets
      • OutQLen

        public long OutQLen
    • Constructor Detail

      • MIB_IF_ROW2

        public MIB_IF_ROW2()
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.