TShellUSB

From Ultibo.org
Revision as of 02:07, 22 July 2021 by Ultibo (Talk | contribs) (Created page with "Return to Unit ShellUSB __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit ShellUSB


Description


To be documented

Class definitions



[Expand]

TShellUSB = class(TShellCommand)


Function declarations



[Expand]
constructor Create;
Description: To be documented


[Expand]
function USBFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented


[Expand]
function USBHostFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented


[Expand]
function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;
Description: To be documented


[Expand]
function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;
Description: To be documented


[Expand]
function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;
Description: To be documented


Return to Unit Reference