This method
sends data out from the connection port. This operation is
thread protected.
Signaturevirtual int Send (OMSData *m) = 0;
Parametersm
The data to be sent from the port. The
data is of type OMSData, which is defined in omCom\omsdata.h.
It encapsulates the methods by which serialized data is passed between
an instrumented application and the animation/tracing server.
ReturnsAn
integer that represents the number of bytes that were sent through
the socket