SerialPortFR.sleepFunc

extended delegate for perform sleep

  1. void sleepFunc(SleepFunc dlg)
  2. void sleepFunc(void function(Duration) fnc)
  3. void sleepFunc(void delegate(Duration) @(nogc) dlg)
    class SerialPortFR
    @property
    void
    sleepFunc
    (
    void delegate
    (
    Duration
    )
    @nogc
    dlg
    )
  4. void sleepFunc(void function(Duration) @(nogc) fnc)
  5. SleepFuncNoGC sleepFunc()

Meta