01.06.2013 Views

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

{<br />

result= Dev_Wait_DHCP_Complete(&mydevdriver, 20, &errorCode); // C-Lib<br />

// if(result)....<br />

}<br />

// Wait forever, or stay resident with int21h call 31h.<br />

// It is possible to close and restart the interface inside of an application.<br />

// But due to the internal architecture of the TCP/IP stack, it is not<br />

// possible to exit the driver program and restart the interface with the<br />

// same unique name.<br />

// Your driver program should run forever. Avoid killing the receiver task.<br />

while(1) RTX_Sleep_Time(100);<br />

}// End of main(void)<br />

Related Topics<br />

Top of list<br />

Index page<br />

API_INETADDR API - inet_addr's implementation<br />

DEV_OPEN_IFACE API - Dev_Open_Interface's implementation<br />

DEV_WAIT_DHCP_COMPLETE API - Dev_Wait_DHCP_Complete's implementation<br />

RTX_TASK_CREATE API - RTX_Create_Task's implementation<br />

RTX_SLEEP_TIME API - RTX_Sleep_Time's implementation<br />

DevUserDriver data structure type definition<br />

End of document<br />

Page 351 / 400

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!