Add SI95 transport library to doc
[ric-plt/lib/rmr.git] / doc / src / library / code_sr.im
index 045d1a8..8b80cb6 100644 (file)
 .** example sender code
 
 &h2(Receive and Send Sample)
-The following code snippet receives messages and responds to the sender
-if the message type is odd.
-The code illustrates how the received message may be used to return
-a message to the source.
-Variable type definitions are omitted for clarity and should be obvious.
+The following code snippet receives messages and responds to the
+sender if the message type is odd.  The code illustrates how the
+received message may be used to return a message to the source.
+Variable type definitions are omitted for clarity and should be
+obvious.
 
 &space
-It should also be noted that
-things like the message type which id returned to the sender (99) is
-a random value that these applications would have agreed on in advance
-and is &bold(not) an RMR definition.
+It should also be noted that things like the message type which id
+returned to the sender (99) is a random value that these applications
+would have agreed on in advance and is &bold(not) an RMR definition.
 
 &space