network-house-0.1.0.0: data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP

Safe HaskellSafe-Inferred

Net.Interface

Documentation

data Interface m i o Source

Constructors

Interface 

Fields

rx :: m i
 
tx :: o -> m ()
 

data TimedInterface m i o Source

Constructors

TimedInterface 

Fields

rxT :: Maybe Int -> m (Maybe i)
 
txT :: o -> m ()