www.beck-ipc.com

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


Dev_Send_Complete

This API signals the TCP/IP stack that the final frame in a message has been sent.   (Note that a message can be fragmented into multiple link layer frames.)

int Dev_Send_Complete(DevUserIfaceHandle DevHandlePtr);

Parameters

DevHandlePtr

Device handle

Return Value

0: success

See Also

    Example                

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