On Wed, 2005-11-09 at 10:51 +0200, Asim Zaka wrote:
> How do I return negative numbers from var_ read function in net-snmp

Which particular function(s) are you referring to?

>  which returns unsigned char *?

In general, 'unsigned char *' is used as a pointer to generic data
(as Amber guessed correctly), and would typically be cast to the
appropriate type.

Or if you're working with a netsnmp_variable_list structure,
then use the appropriate field of the 'val' union

It's impossible to be more specific without knowing which
function(s) you're looking at.

Dave


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to