ThreadCmd.sendCmd Method

Module: ThreadCmd

Definition

Dispatches a simple command to be executed by the thread, identified by an integer index.

int id3DevicesThreadCmd_SendCmd (
    ID3_DEVICES_THREAD_CMD hThreadCmd,
    int cmd)

Parameters

in Handle to the ThreadCmd object.

cmd int
in The command index.

Returns

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