www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - TCP/IP API


Get_TCPIP_Memory_Status

Get information about TCP/IP stack memory usage.

void Get_TCPIP_Memory_Status ( unsigned long far *total,
                               unsigned long far *used );

Parameters

total

Output parameter:  Pointer to 32 bit location what will receive the maximum number of bytes of available memory.

used

Output parameter:  Pointer to 32 bit location what will receive the number of bytes of memory currently used.

Return Value

-- none --

Comments

This library function uses the @CHIP-RTOS TCP/IP software interrupt 0xAC service 0x78.   Refer to the documentation for this API function for more details.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document