1ASN(3) User Contributed Perl Documentation ASN(3)
2
3
4
6 NetSNMP::ASN - Perl extension for SNMP ASN.1 types
7
9 use NetSNMP::ASN qw(:all);
10 my $asn_int = ASN_INTEGER;
11
13 The NetSNMP::ASN module provides the ASN.1 types for SNMP.
14
15 EXPORT
16
17 None by default.
18
19 Exportable constants
20
21 ASN_APPLICATION
22 ASN_BIT_STR
23 ASN_BOOLEAN
24 ASN_COUNTER
25 ASN_COUNTER64
26 ASN_DOUBLE
27 ASN_FLOAT
28 ASN_GAUGE
29 ASN_INTEGER
30 ASN_INTEGER64
31 ASN_IPADDRESS
32 ASN_NULL
33 ASN_OBJECT_ID
34 ASN_OCTET_STR
35 ASN_OPAQUE
36 ASN_SEQUENCE
37 ASN_SET
38 ASN_TIMETICKS
39 ASN_UNSIGNED
40 ASN_UNSIGNED64
41
43 Wes Hardaker, <hardaker@users.sourceforge.net>
44
46 SNMP(3pm), NetSNMP::OID(3pm)
47
48 perl(1).
49
50
51
52perl v5.8.8 2006-06-30 ASN(3)