TShellUSB
From Ultibo.org
Return to Unit ShellUSB
Description
To be documented
Class definitions
TShellUSB = class(TShellCommand)
constructor Create;
|
|
private
| |
function USBFlagsToFlagNames(AFlags:LongWord):TStringList;
|
|
function USBHostFlagsToFlagNames(AFlags:LongWord):TStringList;
|
|
public
| |
function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;
|
|
function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;
|
|
function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;
|
Function declarations
constructor TShellUSB.Create;
Description: To be documented
Note | None documented |
---|
function TShellUSB.USBFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note | None documented |
---|
function TShellUSB.USBHostFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note | None documented |
---|
function TShellUSB.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note | None documented |
---|
function TShellUSB.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note | None documented |
---|
function TShellUSB.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference