Class TrapInfo
- Assembly
- Skyline.DataMiner.Utils.SNMP.Traps.Protocol.dll
Represents all the info as received from a trap in a protocol that has the TrapOID@setBindings attribute set to "allBindingInfo".
public class TrapInfo
- Inheritance
-
TrapInfo
- Extension Methods
Properties
- Oid
Gets the trap OID.
- ReceivedTime
Gets the time when the trap was received in the SLSNMPManager process.
- Source
Gets the trap source IP address.
- VariableBindings
Gets the variable bindings of this trap.
Methods
- FromTrapData(object)
Parses the trap object received from SLProtocol into a TrapInfo object.
- ToString()
Returns a string that represents the current object.