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
See Also
Support editions

