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

Net.ARP_Protocol

Documentation

data Interface m Source #

Constructors

Interface 

Fields

initialize :: forall {m} {c :: Type -> Type} {m :: Type -> Type} {v :: Type -> Type} {a}. (DelayIO m, ForkIO m, ChannelIO c m, ChannelIO c m, MVarIO v m, MVarIO v m) => ([Char] -> m a) -> Interface m Packet (Packet Packet) -> Addr -> m (Interface m) Source #