DeviceInfo.getCommandCallbackContext Method

Module: DeviceInfo

Definition

(C++) In environments supporting callbacks (e.g., C++), this function retrieves the context associated with the device’s command callback, facilitating custom command execution.

int id3DevicesDeviceInfo_GetCommandCallbackContext (
    ID3_DEVICES_DEVICE_INFO hDeviceInfo,
    void ** context)

Parameters

in Handle to the DeviceInfo object.

context void **
out The callback context.

Returns

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