TAPIEx.NET Component Documentation

Passthrough_Read  Method

Description

The Passthrough_Read method read data from the device in Passthrough mode.

[Visual Basic]
Function Passthrough_Read() as Variant
[C#]
public byte[] Passthrough_Read ( )

Parameters

None.

Return values

Return the received data in the form of bytes array.

Remarks

Fore more info about how to read/write data in passthrough mode, please refer our "Passthrough" demo sample.

See Also

OnDataPassThrough, PassthroughMode , Passthrough_Write

Support editions