@CHIP-RTOS C Library V2.06 - 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 --
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.00 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|