Hello,
It is a software question about the aquasuite SDK.
I try to get the DevicePathName of my aquaero.
The only way i fnd is by the USBInit () method after add MyUSB.ACPID.aquaero_Rev4 on a PIDArray of the HidControl of MyUSB.
(ie :
UsbCnx = new MyUSB.HidControl();
UsbCnx.PIDArray.Add(MyUSB.ACPID.aquaero_Rev4);
UsbCnx.USBInit();
)
But the DevicePathName is in the MyDeviceStruct struct and
i don't know how to link the myDeviceStruct to the HidControl.
Or how to create a myDeviceStruct from scratch.
Thank