Using Basic Communications Functions
Regardless of what programming interface you use, there are three basic steps when communicating with another program:
- Starting communications
- Sending and receiving data
- Ending communications.
You can think of program communications as being analogous to typical, everyday telephone communications. The following sections discuss the three basic steps and draw on the telephone analogy.