Hi,
I'm experiencing a panic, when trying to use [IOUSBHostCIControllerStateMachine respondToCommand:status:error:] and passing IOUSBHostCIMessageStatus::Success for the status argument. Here's the message I receive:
[IOUSBHostCIControllerStateMachine respondToCommand:status:error:]: expected argument at index 1 to have type code 'i', but found 'I'
Enabling the feature relax-sign-encoding can be a workaround, but in order to actually fix this, the ENCODING (and underlying type) for IOUSBHostCIMessageStatus should be changed from c_uint to c_int.
Hi,
I'm experiencing a panic, when trying to use
[IOUSBHostCIControllerStateMachine respondToCommand:status:error:]and passingIOUSBHostCIMessageStatus::Successfor thestatusargument. Here's the message I receive:Enabling the feature
relax-sign-encodingcan be a workaround, but in order to actually fix this, the ENCODING (and underlying type) forIOUSBHostCIMessageStatusshould be changed fromc_uinttoc_int.