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 None by default.
17
18 Exportable constants
19 ASN_APPLICATION
20 ASN_BIT_STR
21 ASN_BOOLEAN
22 ASN_COUNTER
23 ASN_COUNTER64
24 ASN_DOUBLE
25 ASN_FLOAT
26 ASN_GAUGE
27 ASN_INTEGER
28 ASN_INTEGER64
29 ASN_IPADDRESS
30 ASN_NULL
31 ASN_OBJECT_ID
32 ASN_OCTET_STR
33 ASN_OPAQUE
34 ASN_SEQUENCE
35 ASN_SET
36 ASN_TIMETICKS
37 ASN_UNSIGNED
38 ASN_UNSIGNED64
39
41 Wes Hardaker, <hardaker@users.sourceforge.net>
42
44 SNMP(3pm), NetSNMP::OID(3pm)
45
46 perl(1).
47
48
49
50perl v5.36.0 2022-08-04 ASN(3)