Difference between revisions of "Unit ShellUSB"

From Ultibo.org
Jump to: navigation, search
Line 74: Line 74:
 
----
 
----
  
''To be documented''
+
 
 +
'''Shell USB specific classes'''
 +
 
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellUSB|<code>TShellUSB = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
<br />
  
 
=== Public variables ===
 
=== Public variables ===

Revision as of 02:02, 22 July 2021

Return to Unit Reference


Description


Ultibo USB Shell extension unit

Constants



[Expand]
Shell USB command SHELL_USB_COMMAND_*


[Expand]
Shell USB action SHELL_USB_ACTION_*


[Expand]
Shell USB item SHELL_USB_ITEM_*


Type definitions


To be documented

Class definitions



Shell USB specific classes

TShellUSB = class(TShellCommand)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure ShellUSBInit;
Description: To be documented


Shell USB helper functions

[Expand]
function ShellUSBLogDeviceCallback(Device:PUSBDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBLogTreeCallback(Device:PUSBDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBHostEnumerate(Host:PUSBHost; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBDeviceEnumerate(Device:PUSBDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBDriverEnumerate(Driver:PUSBDriver; Data:Pointer):LongWord;
Description: To be documented


Return to Unit Reference