network-house-0.1.0.3: data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP
Safe HaskellSafe-Inferred
LanguageHaskell2010

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