ThreadCommandData Structure¶
Namespace: id3.Devices
Definition¶
(C++) Encapsulates data related to a command being executed by a thread, including command identifiers and parameters.
typedef struct id3DevicesThreadCommandData
Properties¶
Name |
Type |
Description |
---|---|---|
IntPtr |
A generic pointer to a data buffer associated with the command, if applicable. |
|
int |
An integer representing the specific command to be executed. |
|
int[] |
An array of integers serving as parameters for the command, providing additional context or configuration. |