> Is there any DATATYPE for setting FLOAT TYPE in ASN.1 notations. Not in standard SNMP, no.
The Net-SNMP suite implements a syntax 'Float' (using the type constant ASN_OPAQUE_FLOAT), but this can really only be used with other Net-SNMP-based agents and tools. Other ways you could handle this include regarding this as a fixed-point value (rather then a floating-point value) - e.g. UCD-SNMP-MIB::laLoad, or transmitting the float value as a printable string. Dave ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
