EDBG_ADDR (Windows Embedded CE 6.0)
1/5/2010
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.
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
Header | halether.h |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Boot Loader Structures
PFN_GETDEVCFG