Packet is a discovery request

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsDiscoveryPacket { get; }
Public ReadOnly Property IsDiscoveryPacket As Boolean
public:
property bool IsDiscoveryPacket {
	bool get ();
}

Remarks

Class checks if Engine id, engine boots and engine time values are set to default values (null, 0 and 0). If they are packet is probably a discovery packet, otherwise it is not an false is returned

See Also