Share via


EDBG_ADDR (Windows CE 5.0)

Send Feedback

This structure contains addressing information for the debug Ethernet controller.

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.

Remarks

Use TransportGetDevCfg to provide device-side, kernel independent transport layer (KITL) configuration information. For serial KITL, which is directly connected, TransportGetDevCfg is not required, but the OEM adaptation layer (OAL) still needs to provide a stub function for it.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Halether.h.

See Also

inet_addr | TransportGetDevCfg

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.