public int GetActiveConfiguration() { Internal.Structures.ConfigDescriptor config = new Internal.Structures.ConfigDescriptor(); Internal.Methods.libusb_get_active_config_descriptor(mvarHandle, ref config); return(0); }
public static extern Internal.Constants.LibUSBError libusb_get_active_config_descriptor(IntPtr mvarHandle, ref Structures.ConfigDescriptor config);