| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Stratux.Types.NetworkConnection
Documentation
data NetworkConnection Source #
Constructors
| NetworkConnection | |
Fields
| |
Instances
| Eq NetworkConnection Source # | |
| Ord NetworkConnection Source # | |
| Show NetworkConnection Source # | |
| ToJSON NetworkConnection Source # |
|
| FromJSON NetworkConnection Source # |
|
| HasNetworkConnection NetworkConnection Source # | |
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 #
Instances