Skip to main content
Skip table of contents

WriteRaw [LJM User's Guide]

Attempts to send unaltered bytes to a device.

Syntax

LJM_ERROR_RETURN LJM_WriteRaw(
int Handle,
const unsigned char * Data,
int NumBytes)

Parameters

Handle [in]

A device handle. The handle is a connection ID for an active device. Generate a handle with LJM_Open or LJM_OpenS.

Data [in]

Buffer of bytes to send to the device.

NumBytes [in]

The number of bytes in Data.

Returns

LJM errorcode or 0 for no error.

Remarks

Must be used in conjunction with LJM_ReadRaw.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.