agentx-0.1.0.2: AgentX protocol for snmp subagents

Safe HaskellNone
LanguageHaskell2010

Network.Protocol.Snmp.AgentX.Types

Synopsis

Documentation

evalMIBTree :: MIBTree IO a -> SubAgent a Source

eval MIBTree in SubAgent context without lock (access to Module read only)

runMIBTree :: MIBTree IO a -> SubAgent a Source

run MIBTree in SubAgent context, with lock (access to Module read-write)