C# Class SharpPcap.Packets.ICMPMessage

ICMP message utility class.
Inheritance: ICMPMessages
Mostrar archivo Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Methods

Method Description
getDescription ( int code ) : System.String

Fetch an ICMP message.

Private Methods

Method Description
ICMPMessage ( )

Method Details

getDescription() public static method

Fetch an ICMP message.
public static getDescription ( int code ) : System.String
code int the code associated with the message. ///
return System.String