SnmpUtilPrintAsnAny

The SnmpUtilPrintAsnAny function prints the value of the Any parameter to the standard output.

VOID SnmpUtilPrintAsnAny(

AsnAny *Any  
);  

Parameters

Any

[in] Points to an AsnAny structure for a value to print.

Return Values

No return value.

Remarks

Use the SnmpUtilPrintAsnAny function for debugging and development purposes. This function does not generally print the data in a form that a manager application would typically need.

See Also

AsnAny