TAPIEx.NET Component Documentation

Passthrough_Write  Method

Description

The Passthrough_Write method writes data to device in Passthrough mode.

[Visual Basic]
Public Function Passthrough_Write(ByVal param() As Byte) As Boolean
Public Function Passthrough_Write(ByVal param As String) As Boolean
[C#]
public Boolean Passthrough_Write ( byte[] param )
public Boolean Passthrough_Write ( String param )

Parameters

param
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

Support editions