[Overview][Resource strings][Constants][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpsysfs' (#pascalio)

CheckExported

Checks if aDirName is availabe

Declaration

Source position: fpsysfs.pas line 76

procedure CheckExported(

  const aDirName: string

);

Arguments

aDirName

  

Checked target directory

Description

After exporting a SysFS driver, the Linux Kernel needs some time for completing this task.

This procedure checks if the aDirName is available. If it is not, the program may sleep ExportCheckDelay milliseconds and check again.

Errors

If ExportCheckFailException is True and the specified directory is not available, an EExportCheckFailed exception is raised.

See also

ExportCheckDelay

  

Delay after exporting for checking

ExportCheckFailException

  

Controls if CheckExported shall raise an exception

EExportCheckFailed

  

Raised if CheckExported failed


Documentation generated on: 2020-05-22