SerialPortFR.sleepFunc

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

Meta