Ejemplo n.º 1
0
 internal static extern ErrorCode GetConfigStr(this UsbConfigHandle /* usb_host_config_h */ config, ref int length, byte[] data);
Ejemplo n.º 2
0
 internal static extern ErrorCode GetInterface(this UsbConfigHandle /* usb_host_config_h */ config, int interfaceIndex, out IntPtr /* usb_host_interface_h */ usbInterface);
Ejemplo n.º 3
0
 internal static extern ErrorCode GetMaxPower(this UsbConfigHandle /* usb_host_config_h */ config, out int maxPower);
Ejemplo n.º 4
0
 internal static extern ErrorCode SupportRemoteWakeup(this UsbConfigHandle /* usb_host_config_h */ config, out bool remoteWakeup);
Ejemplo n.º 5
0
 internal static extern ErrorCode IsSelfPowered(this UsbConfigHandle /* usb_host_config_h */ config, out bool selfPowered);
Ejemplo n.º 6
0
 internal static extern ErrorCode GetNumInterfaces(this UsbConfigHandle /* usb_host_config_h */ config, out int numInterfaces);
Ejemplo n.º 7
0
 internal static extern ErrorCode SetAsActive(this UsbConfigHandle /* usb_host_config_h */ configuration);