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.

SocketInfo s[64];<br />

int avail, i;<br />

avail = FindAllOpenSockets(s, 64);<br />

if (avail > 64) avail = 64;<br />

for (i = 0; i < avail; i++)<br />

{<br />

printf("\r\nSocket index %d Protocol %d, LocalPort %d",<br />

s[i].socIndex, s[i].protocol, s[i].localport);<br />

}<br />

Related Topics<br />

Top of list<br />

Index page<br />

SocketInfo data structure<br />

Interrupt 0xAC service 0x40: PPPCLIENT_INSTALLED, Check if PPP client installed.<br />

Tests if PPP client services are available in this <strong>@CHIP</strong>-<strong>RTOS</strong> version and not disabled via CHIP.INI<br />

configuration.<br />

Parameters<br />

AH<br />

0x40 (= PPPCLIENT_INSTALLED)<br />

Return Value<br />

AX = 0: PPP client is not installed<br />

AX != 0: PPP client is installed<br />

Related Topics<br />

Top of list<br />

Index page<br />

PPPCLIENT_GET_STATUS API - PPP client status<br />

Interrupt 0xAC service 0x41: PPPCLIENT_OPEN, Open a PPP connection<br />

Parameters<br />

AH<br />

ES:DI<br />

Opens a PPP client connection.<br />

0x41 (= PPPCLIENT_OPEN)<br />

Pointer to a PPPClient_Init type data structure (declared at tcpipapi.h)<br />

Page 125 / 400

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

Saved successfully!

Ooh no, something went wrong!