ThreadCmd.setCommandFifoSize Method

Module: ThreadCmd

Definition

Configures the size of the command queue, determining how many commands can be queued before processing.

int id3DevicesThreadCmd_SetCommandFifoSize (
    ID3_DEVICES_THREAD_CMD hThreadCmd,
    int fifoSize)

Parameters

in Handle to the ThreadCmd object.

fifoSize int
in The command FIFO size.

Returns

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