| 
            
              TrapV2Message(VersionCode, Int32, Int32, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, Int32, OctetString, Int32, Int32) Constructor
             | 
          
        
        
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntax[CLSCompliantAttribute(false)]
public TrapV2Message(
	VersionCode version,
	int messageId,
	int requestId,
	OctetString userName,
	ObjectIdentifier enterprise,
	uint time,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	int maxMessageSize,
	OctetString engineId,
	int engineBoots,
	int engineTime
)
<CLSCompliantAttribute(false)>
Public Sub New ( 
	version As VersionCode,
	messageId As Integer,
	requestId As Integer,
	userName As OctetString,
	enterprise As ObjectIdentifier,
	time As UInteger,
	variables As IList(Of Variable),
	privacy As IPrivacyProvider,
	maxMessageSize As Integer,
	engineId As OctetString,
	engineBoots As Integer,
	engineTime As Integer
)
public:
[CLSCompliantAttribute(false)]
TrapV2Message(
	VersionCode version, 
	int messageId, 
	int requestId, 
	OctetString^ userName, 
	ObjectIdentifier^ enterprise, 
	unsigned int time, 
	IList<Variable^>^ variables, 
	IPrivacyProvider^ privacy, 
	int maxMessageSize, 
	OctetString^ engineId, 
	int engineBoots, 
	int engineTime
)
GSF.Net.Snmp.Messaging.TrapV2Message = function(version, messageId, requestId, userName, enterprise, time, variables, privacy, maxMessageSize, engineId, engineBoots, engineTime);
 View SourceParameters
- version  VersionCode
 - The version.
 - messageId  Int32
 - The message id.
 - requestId  Int32
 - The request id.
 - userName  OctetString
 - Name of the user.
 - enterprise  ObjectIdentifier
 - The enterprise.
 - time  UInt32
 - The time.
 - variables  IListVariable
 - The variables.
 - privacy  IPrivacyProvider
 - The privacy.
 - maxMessageSize  Int32
 - Size of the max message.
 - engineId  OctetString
 - The engine ID.
 - engineBoots  Int32
 - The engine boots.
 - engineTime  Int32
 - The engine time.
 
See Also