|
||||||||||||||
If the event was successfully sent to the RTOS task that is running the embedded TCP/IP stack then pdPASS is returned. If xTimeout is greater than zero then the calling task may have been held in the Blocked state (so not consuming any CPU time) to wait for the message to be sent - but the message was sent successfully before the function returned. If the event could not be sent to the RTOS task that is running the embedded TCP/IP stack because the network event queue was full then pdFAIL is returned. If xTimeout is greater than zero then the calling task may have been held in the Blocked state to wait for space to become available on the network event queue, but the block time expired before that happened. Example usage: Examples are provided on the Porting FreeRTOS to a Different Microcontroller page. Search for xSendEventStructToIPTask() on that page to find example source code.
|
[ Back to the top ]
[ About FreeRTOS ]
[ Privacy ]
[ FreeRTOS Labs Sitemap ]
[ Main FreeRTOS Sitemap ]
[
]
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|