| 
            
              InformRequestPdu(Int32, ObjectIdentifier, UInt32, IListVariable) Constructor
             | 
          
        
        
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntax[CLSCompliantAttribute(false)]
public InformRequestPdu(
	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)]
InformRequestPdu(
	int requestId, 
	ObjectIdentifier^ enterprise, 
	unsigned int time, 
	IList<Variable^>^ variables
)
[<CLSCompliantAttribute(false)>]
new : 
        requestId : int * 
        enterprise : ObjectIdentifier * 
        time : uint32 * 
        variables : IList<Variable> -> InformRequestPduGSF.Net.Snmp.InformRequestPdu = function(requestId, enterprise, time, variables);
 View SourceParameters
- requestId  Int32
 - The request id.
 - enterprise  ObjectIdentifier
 - Enterprise
 - time  UInt32
 - Time stamp
 - variables  IListVariable
 - Variables
 
See Also