Return string representation of the SMI value type.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string GetTypeName(
	byte type
)
Public Shared Function GetTypeName ( _
	type As Byte _
) As String
public:
static String^ GetTypeName(
	unsigned char type
)

Parameters

type
Byte
AsnType class Type member function value.

Return Value

String formatted name of the SMI type.

See Also