Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |