ThreadCmd.sendCmdBuffer Method¶
Module: ThreadCmd
Definition¶
Sends a command along with a data buffer, optionally specifying if the buffer should be released after execution.
int id3DevicesThreadCmd_SendCmdBuffer (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int cmd,
void * buffer,
bool freebuf)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.cmd
intin The command index.buffer
void *in The input data buffer.freebuf
boolin A value indicating whether the input buffer should be freed.
Returns