Share via


EDBG_ADDR (Compact 2013)

10/16/2014

This structure contains addressing information for the debug Ethernet controller.

Syntax

typedef struct _EDBG_ADDR{
  DWORD dwIP;
  USHORT wMAC[3];
  USHORT wPort;
} EDBG_ADDR;

Members

  • dwIP
    IP address of the device.
  • wMAC
    Ethernet address of the device.
  • wPort
    UDP port.

Requirements

Header

halether.h

See Also

Reference

Boot Loader Structures
PFN_GETDEVCFG