Message Queue
- group OS_Message
Exchange messages between tasks in a FIFO-like operation.
The Message Queue function group allows to control, send, receive, or wait for message. Message transmission is a basic communication model between tasks that one task sends data explicitly, while another task receives it. The operation is more like some kind of I/O rather than a direct access to information to be shared. The data to be passed can be any type.