| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Stratux.Types.NetworkConnection
Documentation
data NetworkConnection Source #
Constructors
| NetworkConnection | |
Fields
| |
Instances
class HasNetworkConnection c where Source #
Minimal complete definition
Methods
networkConnection :: Lens' c NetworkConnection Source #
capability :: Lens' c Word8 Source #
conn :: Lens' c (Maybe String) Source #
lastUnreachable :: Lens' c UTCTime Source #