This method sends data out from the connection port. This operation is thread protected.
Public
virtual int Send (OMSData *m) = 0;
m
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.
An integer that represents the number of bytes that were sent through the socket