TAPIEx ActiveX Control v3.6

OnDataPassThrough

The OnDataPassThrough event is fired when have received the RAW data from the device in Passthrough mode.

Event OnDataPassThrough(m_Call As ITAPICall)

Parameters

m_Call
Reference to ITAPICall interface.

Remarks

When it is fired, application could use Passthrough_Read property get the RAW data in the form of bytes array.

See Also

Passthrough_Read , Passthrough_Write, PassthroughMode