.interrupt {nanonext} | R Documentation |
Interrupt Switch
Description
Sets whether async receive completions trigger an interrupt. Internal package function.
Usage
.interrupt(x = TRUE)
Arguments
x |
logical value. |
Value
The logical value 'x' supplied.
Examples
.interrupt()
.interrupt(FALSE)
[Package nanonext version 1.4.0 Index]