RiCOSSocket class

The RiCOSSocket class represents the socket through which data is passed between Rational® Rhapsody® and an instrumented application. RiCOSSocket is generally used for animation, but it can also be used for other connections, as long as you provide a host name and port number. RiCOSSocket represents the client side of the connection, and assumes that somewhere over the network there is a server listening to the connection.

Creation summary
create
Creates an RiCOSSocket object
destroy
Destroys the RiCOSSocket object
cleanup
Cleans up after an RiCOSSocket object
init
Initializes an RiCOSSocket object
Method summary
createSocket
Creates a new socket
receive
Waits on the socket to receive the data
send
Sends data through the socket

Feedback