Get TRAP TimeStamp class from SNMPv2 TRAP and INFORM PDUs

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public TimeTicks TrapSysUpTime { get; }
Public ReadOnly Property TrapSysUpTime As TimeTicks
public:
property TimeTicks^ TrapSysUpTime {
	TimeTicks^ get ();
}

Exceptions

ExceptionCondition
SnmpInvalidPduTypeExceptionThrown when property is access for a Pdu of a type other then V2TRAP, INFORM or RESPONSE

See Also