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

Safe HaskellSafe
LanguageHaskell98

Net.Interface

Documentation

data Interface m i o #

Constructors

Interface 

Fields

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

data TimedInterface m i o #

Constructors

TimedInterface 

Fields