EDBG_ADDR

This structure contains specific address information for the debug Ethernet subsystem.

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

Members

  • dwIP
    IP address.
  • wMAC
    Ethernet address.
  • wPort
    Optional UDP port number. This is used in EdbgSendUDP and OEMEthQueryClientInfo, and it is not used in OEMEthInit.

Remarks

To increase communication speed, all values are stored in network byte order (big endian). Use the htonl, ntohl, htons and ntohs macros for local byte order conversion.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Halether.h    

See Also

EDBG_ADAPTER