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

buffer

IntPtr

A generic pointer to a data buffer associated with the command, if applicable.

command

int

An integer representing the specific command to be executed.

param

int[]

An array of integers serving as parameters for the command, providing additional context or configuration.