|
||||||||||||||
The FreeRTOS_FD_CLR() API functions clears event bits of interest and removes a socket from a set. Parameters:
The function returns a bit-mask of the values eSELECT_READ (1), eSELECT_WRITE (2) and eSELECT_EXCEPT (4). Only the bits of interest specified using calls to FreeRTOS_FD_SET() will be returned. Example usage: See the example on the FreeRTOS_select() documentation page.
|
[ 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.
|