Unit 'JwaIpRtrMib' Package
[Overview][Constants][Types][Index] [#winunits-jedi]

_MIB_IFROW

Declaration

Source position: jwaiprtrmib.pas line 254

type _MIB_IFROW = record

  wszName: array [0..MAX_INTERFACE_NAME_LEN-1] of WCHAR;

  dwIndex: DWORD;

  dwType: DWORD;

  dwMtu: DWORD;

  dwSpeed: DWORD;

  dwPhysAddrLen: DWORD;

  bPhysAddr: array [0..MAXLEN_PHYSADDR-1] of Byte;

  dwAdminStatus: DWORD;

  dwOperStatus: DWORD;

  dwLastChange: DWORD;

  dwInOctets: DWORD;

  dwInUcastPkts: DWORD;

  dwInNUcastPkts: DWORD;

  dwInDiscards: DWORD;

  dwInErrors: DWORD;

  dwInUnknownProtos: DWORD;

  dwOutOctets: DWORD;

  dwOutUcastPkts: DWORD;

  dwOutNUcastPkts: DWORD;

  dwOutDiscards: DWORD;

  dwOutErrors: DWORD;

  dwOutQLen: DWORD;

  dwDescrLen: DWORD;

  bDescr: array [0..MAXLEN_IFDESCR-1] of Byte;

end;


Documentation generated on: 2023-03-18