TAPIEx ActiveX Control v3.6

Passthrough_Write

The Passthrough_Write method writes data to device in Passthrough mode.

Function Passthrough_Write(
Data as Variant
) As Boolean

Parameters

Data
Variant data (String or binary bytes array) containing the data to be written to the device.

Return Values

If the method succeeds, return TRUE. If the function fails, the return value is FALSE.

Remarks

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

See Also

PassthroughMode, Passthrough_Read