libssasnmp(3LIB) Interface Libraries libssasnmp(3LIB)
NAME
libssasnmp - Sun Solstice Enterprise SNMP library
SYNOPSIS
cc [ flag... ] file... -lssasnmp [ library.. ]
DESCRIPTION
The libssasnmp library provides low-level SNMP API functions.
o ASN.1 serialization (encoding/decoding) module
o SNMP PDU development routines
o SNMP session module
o Low level SNMP based API functions
o Error-handling module
o Trace (debugging) module
INTERFACES
The shared object libssasnmp.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object
interfaces.
SSAOidCmp SSAOidCpy
SSAOidDup SSAOidFree
SSAOidInit SSAOidNew
SSAOidStrToOid SSAOidString
SSAOidZero SSAStringCpy
SSAStringInit SSAStringToChar
SSAStringZero
FILES
/usr/lib/libssasnmp.so.1 shared object
/usr/lib/64/libssasnmp.so.1 64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWsasnm |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO
intro(3), libssagent(3LIB), attributes(5)
SunOS 5.10 22 May 2003 libssasnmp(3LIB)