agentx-0.1.0.4: AgentX protocol for write 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)