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
hDeviceInfo
ID3_DEVICES_DEVICE_INFOin Handle to the DeviceInfo object.context
void **out The callback context.
Returns