InformRequestPdu Constructor (Int32, ObjectIdentifier, UInt32, IListVariable) |
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public InformRequestPdu(
int requestId,
ObjectIdentifier enterprise,
uint time,
IList<Variable> variables
)
Public Sub New (
requestId As Integer,
enterprise As ObjectIdentifier,
time As UInteger,
variables As IList(Of Variable)
)
public:
InformRequestPdu(
int requestId,
ObjectIdentifier^ enterprise,
unsigned int time,
IList<Variable^>^ variables
)
new :
requestId : int *
enterprise : ObjectIdentifier *
time : uint32 *
variables : IList<Variable> -> InformRequestPdu
Parameters
- requestId
- Type: SystemInt32
- enterprise
- Type: Lextm.SharpSnmpLibObjectIdentifier
- time
- Type: SystemUInt32
- variables
- Type: System.Collections.GenericIListVariable
See Also