最終更新:2017-05-30 (火) 18:31:32 (2515d)  

usb_get_busses
Top / usb_get_busses

Return the list of USB busses found

  • struct usb_bus *usb_get_busses(void);

Description

  • usb_get_busses simply returns the value of the global variable usb_busses?.
  • This was implemented for those languages that support C calling convention and can use shared libraries, but don't support C global variables (like Delphi).

戻り値