TAPIEx.NET Component Documentation

OnDataPassThrough Event

Description

The OnDataPassThrough event is fired when have received the RAW data from the device in Passthrough mode. When it is fired, application could use Passthrough_Read property to get the RAW data in the form of bytes array.
[Visual Basic]
Public OnDataPassThrough As __Delegate_OnDataPassThrough
[C#]
public __Delegate_OnDataPassThrough OnDataPassThrough

Remarks

None.

See Also

OnDataPassThroughArgs Members.