2.12. Messaging Interfaces

The basic functions of a messaging interface allow sending and receiving of messages and typically take the form of a pair of functions, one for sending and one for receiving of messages. In its minimum form, the arguments of the send function typically consist of the message to be sent and the address the message is sent to, while the arguments of the receive function typically consist of the buffer for the message to be received.