EDBG_ADDR
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
Port of the device.
Remarks
Use TransportGetDevCfg to provide device side KITL transport configuration information. For serial KITL, which is directly connected, TransportGetDevCfg is not required, but the 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.