Using the system layer in an application
By making connections to the actions and events of a Connection part, you can create sequences of behavior that perform network functions in the order required by your application.
For example, you can use the connected attribute to trigger the sendBuffer action; this causes the Connection part to send the buffer of data after the connection is made. Likewise, you can connect the sent event to the receiveBuffer action, which causes the Connection part to wait for incoming data as soon as it has finished sending data.
Last modified date: 01/29/2015