asn1-codec-0.1.0: Encode and decode ASN.1

Safe HaskellNone
LanguageHaskell2010

Net.Snmp.Types

Synopsis

Documentation

data MessageV2 Source #

A message as defined by RFC1157. The version field is omitted since it is required to be 1. The encoding and decoding of Message do have this field present though.

Constructors

MessageV2 

Fields

newtype AesSalt Source #

Constructors

AesSalt 

Fields

data Pdu Source #

Instances

Eq Pdu Source # 

Methods

(==) :: Pdu -> Pdu -> Bool #

(/=) :: Pdu -> Pdu -> Bool #

Show Pdu Source # 

Methods

showsPrec :: Int -> Pdu -> ShowS #

show :: Pdu -> String #

showList :: [Pdu] -> ShowS #