Client/Server support
Classes for client/server support support a high level TCP/IP protocol. Based on TCP/IP, this classes support bi-directional client/server communication based on class and function numbers. The ODE supports generating an appropriate interface for client/server functions, just by giving function implementations a specific client or server name.
The client server support is the base for the ODABA client/server solution.
Subtopics
- CS_Server - Server object
- CS_Client - Client object
- CS_ServerClient - Server client
- CS_Connection - Client/server connection