Go to the first, previous, next, last section, table of contents.


Receive functions

Messages in FM 2.1 are received using a two-step process. First, data from an unspecified message stream is extracted from the network and passed to the corresponding message stream's (sender-specified) handler function. Then, the handler function receives data piece-by-piece from its given message stream into (receiver-specified) locations in memory.


Go to the first, previous, next, last section, table of contents.