C# 클래스 SnmpSharpNet.SnmpError

Helper returns error messages for SNMP v1 and v2 error codes
Helper class provides translation of SNMP version 1 and 2 error status codes to short, descriptive error messages. To use, call the static member SnmpError.ErrorMessage. Example: Console.WriteLine("Agent error: {0}",SnmpError.ErrorMessage(12));
파일 보기 프로젝트 열기: griffina/SnmpSharpNet

공개 메소드들

메소드 설명
ErrorMessage ( int errorCode ) : string

Return SNMP version 1 and 2 error code (errorCode field in the Pdu class) as a short, descriptive string.

비공개 메소드들

메소드 설명
SnmpError ( )

Private constructor.

메소드 상세

ErrorMessage() 공개 정적인 메소드

Return SNMP version 1 and 2 error code (errorCode field in the Pdu class) as a short, descriptive string.
public static ErrorMessage ( int errorCode ) : string
errorCode int Error code sent by the agent
리턴 string