Send

This method sends data out from the connection port. This operation is thread protected.

Visibility

Public

Signature
virtual int Send (OMSData *m) = 0;
Parameters
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.

Returns

An integer that represents the number of bytes that were sent through the socket


Feedback