EbootWaitForHostConnect (Compact 2013)

10/16/2014

This function communicates with Platform Builder for Windows Embedded Compact 2013 on the development computer to obtain the contents of an EDBG_OS_CONFIG_DATA structure.

Syntax

EDBG_OS_CONFIG_DATA* EbootWaitForHostConnect(
  EDBG_ADDR* pDevAddr,
  EDBG_ADDR* pHostAddr
);

Parameters

  • pDevAddr
    [in] Pointer to an EDBG_ADDR structure containing the IP address and Media Access Control (MAC) address of the device.
  • pHostAddr
    [in] Pointer to an EDBG_ADDR structure containing the address information about the host side (Platform Builder side) machine.

Return Value

Returns an EDBG_OS_CONFIG_DATA structure containing user settings, or flags, and desktop service IP and port information.

Requirements

Header

halether.h

Library

oal.lib

See Also

Reference

Boot Loader Ethernet Controller Functions
EDBG_ADDR