| 
            
              TrapV2Pdu(Int32, ObjectIdentifier, UInt32, IListVariable) Constructor
             | 
          
        
        
            Creates a 
TrapV2Pdu instance with all content.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntax[CLSCompliantAttribute(false)]
public TrapV2Pdu(
	int requestId,
	ObjectIdentifier enterprise,
	uint time,
	IList<Variable> variables
)
<CLSCompliantAttribute(false)>
Public Sub New ( 
	requestId As Integer,
	enterprise As ObjectIdentifier,
	time As UInteger,
	variables As IList(Of Variable)
)
public:
[CLSCompliantAttribute(false)]
TrapV2Pdu(
	int requestId, 
	ObjectIdentifier^ enterprise, 
	unsigned int time, 
	IList<Variable^>^ variables
)
[<CLSCompliantAttribute(false)>]
new : 
        requestId : int * 
        enterprise : ObjectIdentifier * 
        time : uint32 * 
        variables : IList<Variable> -> TrapV2PduGSF.Net.Snmp.TrapV2Pdu = function(requestId, enterprise, time, variables);
 View SourceParameters
- requestId  Int32
 - Request ID.
 - enterprise  ObjectIdentifier
 - Enterprise.
 - time  UInt32
 - Time stamp.
 - variables  IListVariable
 - Variables.
 
See Also