SPI Plugin for Xojo

SPI.DelayMilliseconds Method

Waits for given number of milliseconds.

DelayMilliseconds(
   amount as UInt32)

Parameters

amount
Amount of milliseconds to delay.

Remarks

Suspends the execution of the calling thread until either at least the time specified. (Thread here refers to real OS thread, so in terms of Xojo it halts your application).

Supported Platforms:

  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • Unsupported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • See Also

    SPI Module