Safe Haskell | None |
---|---|
Language | Haskell2010 |
- closeDevice :: Device -> IO ()
- startDevice :: Device -> IO ()
Documentation
closeDevice :: Device -> IO () Source #
Stop packets flowing, and cleanup any resources associated with this device.
startDevice :: Device -> IO () Source #
Start processing packets through this device.