ThreadCmd.sendCmdParam Method

Module: ThreadCmd

Definition

Sends a command accompanied by up to three integer parameters, providing detailed instruction for command execution.

int id3DevicesThreadCmd_SendCmdParam (
    ID3_DEVICES_THREAD_CMD hThreadCmd,
    int cmd,
    int param1,
    int param2,
    int param3)

Parameters

in Handle to the ThreadCmd object.

cmd int
in The command index.

param1 int
in The first command parameter.

param2 int
in The second command parameter.

param3 int
in The third command parameter.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.