TAPIEx ActiveX Control v3.6

Passthrough_Read

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

Function Passthrough_Read() 
as Variant

Parameters

None.

Return Values

Return the received data in the form of bytes array.

Method Passthrough_ReadString() the same as Passthrough_Read, but it return string.

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